aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorJean-Yves Lefort <jylefort@FreeBSD.org>2006-04-28 01:48:10 +0000
committerJean-Yves Lefort <jylefort@FreeBSD.org>2006-04-28 01:48:10 +0000
commit4f5f5017532ff77689908ad08ad1774d156daa4e (patch)
treefcb251b3ea6703fae95f5d4934bd9f051250a211 /net
parent830a25df1eb72acd0afcccd535667850bf408961 (diff)
downloadports-4f5f5017532ff77689908ad08ad1774d156daa4e.tar.gz
ports-4f5f5017532ff77689908ad08ad1774d156daa4e.zip
Track the dbus socket path change.
Reported by: marcus
Notes
Notes: svn path=/head/; revision=160616
Diffstat (limited to 'net')
-rw-r--r--net/avahi/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/avahi/Makefile b/net/avahi/Makefile
index 966e024be6da..5051ee392007 100644
--- a/net/avahi/Makefile
+++ b/net/avahi/Makefile
@@ -7,7 +7,7 @@
PORTNAME= avahi
PORTVERSION= 0.6.9
-PORTREVISION?= 2
+PORTREVISION?= 3
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.pipe \
+ --with-dbus-system-address=unix:path=/var/run/dbus/dbus.pipe \
--disable-qt3 \
--disable-qt4 \
--disable-python \