summaryrefslogtreecommitdiff
path: root/net/aiccu
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2011-04-15 08:15:53 +0000
committerobache <obache@pkgsrc.org>2011-04-15 08:15:53 +0000
commit7e54ed85cf6a3f9b6a1fef2eb8f201b641e70728 (patch)
tree74f98abae32c9a01a2c9d88700de5dee25482355 /net/aiccu
parent30941e9f928e4730ce994921a9aacae598c5322a (diff)
downloadpkgsrc-7e54ed85cf6a3f9b6a1fef2eb8f201b641e70728.tar.gz
Use USE_FEATURES=inet6 for requirement if IPv6 support instead of unusual
usage of options.
Diffstat (limited to 'net/aiccu')
-rw-r--r--net/aiccu/Makefile3
-rw-r--r--net/aiccu/options.mk4
2 files changed, 3 insertions, 4 deletions
diff --git a/net/aiccu/Makefile b/net/aiccu/Makefile
index a8a011b7e2d..76d8d8fc24b 100644
--- a/net/aiccu/Makefile
+++ b/net/aiccu/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2008/01/04 12:02:49 ghen Exp $
+# $NetBSD: Makefile,v 1.10 2011/04/15 08:15:53 obache Exp $
DISTNAME= aiccu_20070115
PKGNAME= ${DISTNAME:S/_/-/:S/.//g}
@@ -12,6 +12,7 @@ COMMENT= Automatic IPv6 Connectivity Client Utility
PKG_DESTDIR_SUPPORT= user-destdir
USE_TOOLS+= gmake
+USE_FEATURES+= inet6
CHECK_PORTABILITY_SKIP+=debian/*
SUBST_CLASSES+= sysconfdir
diff --git a/net/aiccu/options.mk b/net/aiccu/options.mk
index 024af5d5bca..83d292cb9e4 100644
--- a/net/aiccu/options.mk
+++ b/net/aiccu/options.mk
@@ -1,9 +1,7 @@
-# $NetBSD: options.mk,v 1.2 2007/01/03 15:25:12 tv Exp $
+# $NetBSD: options.mk,v 1.3 2011/04/15 08:15:53 obache Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.aiccu
PKG_SUPPORTED_OPTIONS= gnutls
-PKG_OPTIONS_REQUIRED_GROUPS= inet6 # require inet6 capability
-PKG_OPTIONS_GROUP.inet6= inet6
.include "../../mk/bsd.options.mk"