summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
Diffstat (limited to 'net')
-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"