summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2011-04-15 08:35:28 +0000
committerobache <obache@pkgsrc.org>2011-04-15 08:35:28 +0000
commitef456fc279ea900203a7dc5a4a42fb3761dcddcc (patch)
treef5d0600c666c77583f2c97c978f6f76880f0178e /www
parent4ec560d37a86400fb494c7197f6258d1ee753bc9 (diff)
downloadpkgsrc-ef456fc279ea900203a7dc5a4a42fb3761dcddcc.tar.gz
Use USE_FEATURES=inet6 for requirement of inet6 support.
Diffstat (limited to 'www')
-rw-r--r--www/www6to4/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/www/www6to4/Makefile b/www/www6to4/Makefile
index 2e321567892..005b8129791 100644
--- a/www/www6to4/Makefile
+++ b/www/www6to4/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2009/07/07 18:36:12 joerg Exp $
+# $NetBSD: Makefile,v 1.13 2011/04/15 08:35:28 obache Exp $
#
DISTNAME= www6to4-1.6
@@ -11,6 +11,8 @@ COMMENT= Lightweight http proxy, helps IPv4 only browsers
PKG_DESTDIR_SUPPORT= user-destdir
+USE_FEATURES+= inet6
+
BUILD_TARGET= # empty
WRKSRC= ${WRKDIR}/www6to4-1-6
@@ -24,9 +26,4 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/www6to4_forward.conf \
${DESTDIR}${PREFIX}/share/examples/www6to4
-PKG_OPTIONS_VAR= PKG_OPTIONS.www6to4
-PKG_OPTIONS_REQUIRED_GROUPS= inet6 # require inet6 capability
-PKG_OPTIONS_GROUP.inet6= inet6
-
-.include "../../mk/bsd.options.mk"
.include "../../mk/bsd.pkg.mk"