aboutsummaryrefslogtreecommitdiffstats
path: root/net/avahi
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2006-04-21 02:10:49 +0800
committermarcus <marcus@FreeBSD.org>2006-04-21 02:10:49 +0800
commit7381437010de161569c641a563393e65fd3f6bd4 (patch)
tree4c013a75494008ae96f95e4a8135c119e791247f /net/avahi
parent2b27ec3cac41cc082b1a1595848972676d329bde (diff)
downloadfreebsd-ports-gnome-7381437010de161569c641a563393e65fd3f6bd4.tar.gz
freebsd-ports-gnome-7381437010de161569c641a563393e65fd3f6bd4.tar.zst
freebsd-ports-gnome-7381437010de161569c641a563393e65fd3f6bd4.zip
Correct the path to the dbus system socket.
Diffstat (limited to 'net/avahi')
-rw-r--r--net/avahi/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/avahi/Makefile b/net/avahi/Makefile
index e89bee7d7a96..16052ad376d7 100644
--- a/net/avahi/Makefile
+++ b/net/avahi/Makefile
@@ -7,7 +7,7 @@
PORTNAME= avahi
PORTVERSION= 0.6.9
-PORTREVISION?= 0
+PORTREVISION?= 1
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 \