pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/aiccu Require "inet6" option to be set, forcing IP...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/899d58a46161
branches:  trunk
changeset: 523210:899d58a46161
user:      tv <tv%pkgsrc.org@localhost>
date:      Wed Jan 03 15:25:12 2007 +0000

description:
Require "inet6" option to be set, forcing IPv6 capability before building.

diffstat:

 net/aiccu/options.mk |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (14 lines):

diff -r 38b35fe737f5 -r 899d58a46161 net/aiccu/options.mk
--- a/net/aiccu/options.mk      Wed Jan 03 15:23:25 2007 +0000
+++ b/net/aiccu/options.mk      Wed Jan 03 15:25:12 2007 +0000
@@ -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"
 



Home | Main Index | Thread Index | Old Index