diff options
Diffstat (limited to 'net/avahi')
-rw-r--r-- | net/avahi/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/net/avahi/Makefile b/net/avahi/Makefile index 43bd7933f84..376997fdc4f 100644 --- a/net/avahi/Makefile +++ b/net/avahi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2009/01/16 22:25:04 tonio Exp $ +# $NetBSD: Makefile,v 1.8 2009/01/23 11:21:09 sketch Exp $ DISTNAME= avahi-0.6.24 CATEGORIES= net @@ -74,6 +74,10 @@ CONFIGURE_ARGS+= --disable-doxygen-html CONFIGURE_ARGS+= --disable-xmltoman CONFIGURE_ARGS+= --disable-autoipd +.if ${OPSYS} == "SunOS" +CONFIGURE_ARGS+= --with-distro=none +.endif + INSTALLATION_DIRS+= share/examples/avahi INSTALLATION_DIRS+= share/doc/avahi |