summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2010-02-16 03:05:29 +0000
committerobache <obache@pkgsrc.org>2010-02-16 03:05:29 +0000
commit710da953123cb4a69bc5ce65cbdb2a38a54a085f (patch)
tree18ab8ba0a5f9d145e4df13125d434a02a505be88 /net
parentbd9cc4a92e6f1b8edb94fb850c850b8c2f095738 (diff)
downloadpkgsrc-710da953123cb4a69bc5ce65cbdb2a38a54a085f.tar.gz
use USE_FEATURES for requirement of inet6 support instead of irregular
usage of PKG_OPTIONS, as reported by PR#42822.
Diffstat (limited to 'net')
-rw-r--r--net/sipcalc/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/net/sipcalc/Makefile b/net/sipcalc/Makefile
index a7ad2648283..4dd0924d22b 100644
--- a/net/sipcalc/Makefile
+++ b/net/sipcalc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2009/01/11 22:49:11 shattered Exp $
+# $NetBSD: Makefile,v 1.11 2010/02/16 03:05:29 obache Exp $
#
DISTNAME= sipcalc-1.1.4
@@ -13,9 +13,6 @@ PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= YES
-PKG_OPTIONS_VAR= PKG_OPTIONS.sipcalc
-PKG_OPTIONS_REQUIRED_GROUPS= inet6 # require inet6 capability
-PKG_OPTIONS_GROUP.inet6= inet6
+USE_FEATURES= inet6
-.include "../../mk/bsd.options.mk"
.include "../../mk/bsd.pkg.mk"