diff options
author | Tom McLaughlin <tmclaugh@FreeBSD.org> | 2006-11-08 05:25:43 +0000 |
---|---|---|
committer | Tom McLaughlin <tmclaugh@FreeBSD.org> | 2006-11-08 05:25:43 +0000 |
commit | ce2e827484275ab47c7d3c04c43207e5e1afc92d (patch) | |
tree | 2eeb3862423212fba9d3848a102e9db883790ea1 /net/avahi | |
parent | 7b4767ffa6df8b1e206276dadbf550d62a6f35fc (diff) | |
download | ports-ce2e827484275ab47c7d3c04c43207e5e1afc92d.tar.gz ports-ce2e827484275ab47c7d3c04c43207e5e1afc92d.zip |
Notes
Diffstat (limited to 'net/avahi')
-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 0424157fff79..e99b7f04006a 100644 --- a/net/avahi/Makefile +++ b/net/avahi/Makefile @@ -7,7 +7,7 @@ PORTNAME= avahi PORTVERSION= 0.6.14 -PORTREVISION?= 2 +PORTREVISION?= 3 CATEGORIES?= net dns MASTER_SITES= http://www.avahi.org/download/ @@ -27,7 +27,7 @@ USE_AUTOTOOLS= libtool:15 USE_LDCONFIG= yes USE_GETOPT_LONG=yes CONFIGURE_ARGS?=--with-distro=freebsd \ - --with-dbus-system-address=unix:path=/var/run/dbus/dbus.pipe \ + --with-dbus-system-address=unix:path=/var/run/dbus/system_bus_socket \ --disable-qt3 \ --disable-qt4 \ --disable-python \ |