summaryrefslogtreecommitdiff
path: root/net/pim6sd
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>2007-01-03 15:23:25 +0000
committertv <tv@pkgsrc.org>2007-01-03 15:23:25 +0000
commitb8c621abb9421c9dd9b0a64e9f219bf6a1d03528 (patch)
tree0e727d0e28bfb95a88612dde60b7a57e2ed7a7d8 /net/pim6sd
parent36a4ea478e26ab6a203a4866a66a83016510eee3 (diff)
downloadpkgsrc-b8c621abb9421c9dd9b0a64e9f219bf6a1d03528.tar.gz
Require "inet6" option to be set, forcing IPv6 to exist before building.
Diffstat (limited to 'net/pim6sd')
-rw-r--r--net/pim6sd/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/net/pim6sd/Makefile b/net/pim6sd/Makefile
index 0b75464dfcf..026e0a86c2e 100644
--- a/net/pim6sd/Makefile
+++ b/net/pim6sd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2006/06/21 18:31:21 minskim Exp $
+# $NetBSD: Makefile,v 1.13 2007/01/03 15:23:25 tv Exp $
DISTNAME= pim6sd-20031021a
CATEGORIES= net
@@ -13,4 +13,9 @@ USE_TOOLS+= lex yacc
post-install:
${INSTALL_MAN} ${WRKSRC}/pim6stat.1 ${PREFIX}/man/man1
+PKG_OPTIONS_VAR= PKG_OPTIONS.pim6sd
+PKG_OPTIONS_REQUIRED_GROUPS= inet6 # require inet6 capability
+PKG_OPTIONS_GROUP.inet6= inet6
+
+.include "../../mk/bsd.options.mk"
.include "../../mk/bsd.pkg.mk"