diff options
author | tv <tv@pkgsrc.org> | 2005-11-03 16:55:46 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2005-11-03 16:55:46 +0000 |
commit | c79ea8f9ba91659c09b19fc44a58872c09aa5121 (patch) | |
tree | 3f7a3b9b68c545f47fee6be0d89a87d08837b8b7 /www/www6to4/Makefile | |
parent | 17c403f3362170849d07cdabdf93ea904a4d758b (diff) | |
download | pkgsrc-c79ea8f9ba91659c09b19fc44a58872c09aa5121.tar.gz |
Fix PKG_OPTIONS_VAR in previous.
Diffstat (limited to 'www/www6to4/Makefile')
-rw-r--r-- | www/www6to4/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/www6to4/Makefile b/www/www6to4/Makefile index 8e9c90972f6..ec31b848332 100644 --- a/www/www6to4/Makefile +++ b/www/www6to4/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2005/11/03 16:33:43 tv Exp $ +# $NetBSD: Makefile,v 1.10 2005/11/03 16:56:04 tv Exp $ # DISTNAME= www6to4-1.5 @@ -21,7 +21,7 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/www6to4_forward.conf \ ${PREFIX}/share/examples/www6to4 -PKG_OPTIONS_VAR= PKG_OPTIONS.sipcalc +PKG_OPTIONS_VAR= PKG_OPTIONS.www6to4 PKG_OPTIONS_REQUIRED_GROUPS= inet6 # require inet6 capability PKG_OPTIONS_GROUP.inet6= inet6 |