diff options
author | tv <tv@pkgsrc.org> | 2007-01-03 15:25:12 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2007-01-03 15:25:12 +0000 |
commit | d4a4c0c18b5d7d4f45e79736f898ff5a894e2b00 (patch) | |
tree | c7d8d417093d0cc4592cfb61caeaa4c5f72cee15 /net/aiccu | |
parent | b8c621abb9421c9dd9b0a64e9f219bf6a1d03528 (diff) | |
download | pkgsrc-d4a4c0c18b5d7d4f45e79736f898ff5a894e2b00.tar.gz |
Require "inet6" option to be set, forcing IPv6 capability before building.
Diffstat (limited to 'net/aiccu')
-rw-r--r-- | net/aiccu/options.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/aiccu/options.mk b/net/aiccu/options.mk index 49a32635ec3..024af5d5bca 100644 --- a/net/aiccu/options.mk +++ b/net/aiccu/options.mk @@ -1,7 +1,9 @@ -# $NetBSD: options.mk,v 1.1 2006/09/01 06:48:27 ghen Exp $ +# $NetBSD: options.mk,v 1.2 2007/01/03 15:25:12 tv 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" |