diff options
-rw-r--r-- | net/avahi/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/avahi/Makefile b/net/avahi/Makefile index f57c7c720a2..d0949b26ef2 100644 --- a/net/avahi/Makefile +++ b/net/avahi/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.9 2009/02/07 18:24:06 joerg Exp $ +# $NetBSD: Makefile,v 1.10 2009/03/07 03:20:48 wiz Exp $ DISTNAME= avahi-0.6.24 +PKGREVISION= 1 CATEGORIES= net MASTER_SITES= http://avahi.org/download/ @@ -64,6 +65,7 @@ CONF_FILES+= ${PREFIX}/share/examples/avahi/avahi-dbus.conf \ CONFIGURE_ARGS+= --with-avahi-user=${AVAHI_USER} CONFIGURE_ARGS+= --with-avahi-group=${AVAHI_GROUP} +CONFIGURE_ARGS+= --with-avahi_priv_access_group=wheel CONFIGURE_ARGS+= --localstatedir=${VARBASE} CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFBASE} CONFIGURE_ARGS+= --disable-qt3 |