diff options
author | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2006-04-28 01:48:10 +0000 |
---|---|---|
committer | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2006-04-28 01:48:10 +0000 |
commit | 4f5f5017532ff77689908ad08ad1774d156daa4e (patch) | |
tree | fcb251b3ea6703fae95f5d4934bd9f051250a211 /net | |
parent | 830a25df1eb72acd0afcccd535667850bf408961 (diff) | |
download | ports-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/Makefile | 4 |
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 \ |