diff options
author | tv <tv> | 2005-11-03 16:33:43 +0000 |
---|---|---|
committer | tv <tv> | 2005-11-03 16:33:43 +0000 |
commit | 967ace8e5b18eff5a8f553a95ef3b419fc8a5a39 (patch) | |
tree | 3b37b28def672c8d983b1c04a13d9dff101c70cd /www | |
parent | 9ed47eb827869811dd4f8dbb0f9f6470cb98b39d (diff) | |
download | pkgsrc-967ace8e5b18eff5a8f553a95ef3b419fc8a5a39.tar.gz |
Require availability of IPv6.
Diffstat (limited to 'www')
-rw-r--r-- | www/www6to4/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/www/www6to4/Makefile b/www/www6to4/Makefile index a9c5110f1f5..8e9c90972f6 100644 --- a/www/www6to4/Makefile +++ b/www/www6to4/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2005/06/17 03:50:43 jlam Exp $ +# $NetBSD: Makefile,v 1.9 2005/11/03 16:33:43 tv Exp $ # DISTNAME= www6to4-1.5 @@ -11,10 +11,6 @@ COMMENT= Lightweight http proxy, helps IPv4 only browsers BUILD_TARGET= # empty -.include "../../mk/bsd.prefs.mk" -# always IPv6 ready -BUILD_DEFS+= USE_INET6 - INSTALLATION_DIRS= sbin do-install: @@ -25,4 +21,9 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/www6to4_forward.conf \ ${PREFIX}/share/examples/www6to4 +PKG_OPTIONS_VAR= PKG_OPTIONS.sipcalc +PKG_OPTIONS_REQUIRED_GROUPS= inet6 # require inet6 capability +PKG_OPTIONS_GROUP.inet6= inet6 + +.include "../../mk/bsd.options.mk" .include "../../mk/bsd.pkg.mk" |