diff options
author | jylefort <jylefort@FreeBSD.org> | 2006-04-28 09:48:10 +0800 |
---|---|---|
committer | jylefort <jylefort@FreeBSD.org> | 2006-04-28 09:48:10 +0800 |
commit | 0a37264e678b3c1b41d9d647eb930cb54761eac2 (patch) | |
tree | b0d102ef6b3e1701e161bd09791897863cf61e29 /net | |
parent | 28640317c55246244f7a8356b5f5160a1da9b6da (diff) | |
download | freebsd-ports-gnome-0a37264e678b3c1b41d9d647eb930cb54761eac2.tar.gz freebsd-ports-gnome-0a37264e678b3c1b41d9d647eb930cb54761eac2.tar.zst freebsd-ports-gnome-0a37264e678b3c1b41d9d647eb930cb54761eac2.zip |
Track the dbus socket path change.
Reported by: marcus
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 \ |