diff options
| author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-04-21 02:12:14 +0800 |
|---|---|---|
| committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-04-21 02:12:14 +0800 |
| commit | ae3b09cd2bdbc2ee7f769ecdefdd82e006795b70 (patch) | |
| tree | a6c46c29b8933213dd2488fbc24c71834781fb17 /net | |
| parent | 9da1d06160b087150e0ecc0d4154322958f7c711 (diff) | |
| download | marcuscom-ports-ae3b09cd2bdbc2ee7f769ecdefdd82e006795b70.tar.gz marcuscom-ports-ae3b09cd2bdbc2ee7f769ecdefdd82e006795b70.tar.zst marcuscom-ports-ae3b09cd2bdbc2ee7f769ecdefdd82e006795b70.zip | |
Correct the path to the dbus system socket.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6096 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net')
| -rw-r--r-- | net/avahi/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/avahi/Makefile b/net/avahi/Makefile index 99f702c20..aa4d97e25 100644 --- a/net/avahi/Makefile +++ b/net/avahi/Makefile @@ -3,11 +3,11 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/net/avahi/Makefile,v 1.11 2006/03/12 22:33:15 marcus Exp $ +# $MCom: ports/net/avahi/Makefile,v 1.12 2006/03/13 01:40:06 marcus Exp $ PORTNAME= avahi PORTVERSION= 0.6.9 -PORTREVISION?= 0 +PORTREVISION?= 2 CATEGORIES?= net dns MASTER_SITES= http://www.avahi.org/download/ @@ -24,7 +24,7 @@ USE_GMAKE= yes USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes CONFIGURE_ARGS?=--with-distro=freebsd \ - --with-dbus-system-address=unix:path=/var/run/dbus \ + --with-dbus-system-address=unix:path=/var/run/dbus.pipe \ --disable-qt3 \ --disable-qt4 \ --disable-python \ |
