summaryrefslogtreecommitdiff
path: root/net/netcat6
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2011-04-15 08:34:00 +0000
committerobache <obache@pkgsrc.org>2011-04-15 08:34:00 +0000
commit4ec560d37a86400fb494c7197f6258d1ee753bc9 (patch)
tree67c5928c076152fed5d3d543ca3cfeabd48eec6f /net/netcat6
parentbe926c94c4048cf37b3f12ecaf51891bc330ac55 (diff)
downloadpkgsrc-4ec560d37a86400fb494c7197f6258d1ee753bc9.tar.gz
Use USE_FEATURES=inet6 for requirement of IPv6 support, instead of unusual usage
of PKG_OPTIONS.
Diffstat (limited to 'net/netcat6')
-rw-r--r--net/netcat6/Makefile5
-rw-r--r--net/netcat6/options.mk7
2 files changed, 2 insertions, 10 deletions
diff --git a/net/netcat6/Makefile b/net/netcat6/Makefile
index 266225f96af..a068981b716 100644
--- a/net/netcat6/Makefile
+++ b/net/netcat6/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2008/01/04 12:50:13 ghen Exp $
+# $NetBSD: Makefile,v 1.6 2011/04/15 08:34:00 obache Exp $
DISTNAME= nc6-1.0
PKGNAME= ${DISTNAME:S/nc/netcat/}
@@ -20,8 +20,7 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --disable-stack-guess
USE_PKGLOCALEDIR= yes
-
-.include "options.mk"
+USE_FEATURES+= inet6
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/net/netcat6/options.mk b/net/netcat6/options.mk
deleted file mode 100644
index c90716bc1b9..00000000000
--- a/net/netcat6/options.mk
+++ /dev/null
@@ -1,7 +0,0 @@
-# $NetBSD: options.mk,v 1.2 2006/11/28 16:28:55 tv Exp $
-
-PKG_OPTIONS_VAR= PKG_OPTIONS.netcat6
-PKG_OPTIONS_REQUIRED_GROUPS= inet6 # require inet6 capability
-PKG_OPTIONS_GROUP.inet6= inet6
-
-.include "../../mk/bsd.options.mk"