summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authortonio <tonio@pkgsrc.org>2009-12-01 18:53:54 +0000
committertonio <tonio@pkgsrc.org>2009-12-01 18:53:54 +0000
commit095b6aa66ee58df6bc7d0dfa718354d2dea14553 (patch)
tree37ccf9bb4405b10ab8850527fa4f190281388568 /net
parentdb664a1f5a1e3ed6063dc5d9cea298c1a54de3f7 (diff)
downloadpkgsrc-095b6aa66ee58df6bc7d0dfa718354d2dea14553.tar.gz
Pass --with-dbus-system-socket=${VARBASE}/run/dbus/system_bus_socket
so that avahi works even when using VARBASE != /var
Diffstat (limited to 'net')
-rw-r--r--net/avahi/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/net/avahi/Makefile b/net/avahi/Makefile
index 323176b94f7..0a8af590520 100644
--- a/net/avahi/Makefile
+++ b/net/avahi/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.14 2009/08/26 19:56:58 sno Exp $
+# $NetBSD: Makefile,v 1.15 2009/12/01 18:53:54 tonio Exp $
DISTNAME= avahi-0.6.25
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= net
MASTER_SITES= http://avahi.org/download/
@@ -67,6 +67,7 @@ CONFIGURE_ARGS+= --with-avahi-user=${AVAHI_USER}
CONFIGURE_ARGS+= --with-avahi-group=${AVAHI_GROUP}
CONFIGURE_ARGS+= --with-avahi_priv_access_group=${REAL_ROOT_GROUP}
CONFIGURE_ARGS+= --localstatedir=${VARBASE}
+CONFIGURE_ARGS+= --with-dbus-system-socket=${VARBASE}/run/dbus/system_bus_socket
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFBASE}
CONFIGURE_ARGS+= --disable-qt3
CONFIGURE_ARGS+= --disable-qt4