summaryrefslogtreecommitdiff
path: root/net/net-snmp
diff options
context:
space:
mode:
authorwiz <wiz>2012-06-12 15:45:54 +0000
committerwiz <wiz>2012-06-12 15:45:54 +0000
commitb20a8555f19e638b0da0a8606067173d14e92236 (patch)
tree2b285fa6770b50661c5304db25cc980b3914e417 /net/net-snmp
parent6fa662677d0b8372108ea1a048c01008bdcc82e9 (diff)
downloadpkgsrc-b20a8555f19e638b0da0a8606067173d14e92236.tar.gz
Add inet6 to default suggested options. It's 2012.
Diffstat (limited to 'net/net-snmp')
-rw-r--r--net/net-snmp/options.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/net-snmp/options.mk b/net/net-snmp/options.mk
index a0812ffb24c..cd07353f37f 100644
--- a/net/net-snmp/options.mk
+++ b/net/net-snmp/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.13 2011/06/24 09:46:10 adam Exp $
+# $NetBSD: options.mk,v 1.14 2012/06/12 15:46:00 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.net-snmp
PKG_SUPPORTED_OPTIONS= ssl snmp-unprived snmp-nokmem perl
@@ -9,6 +9,7 @@ PKG_SUGGESTED_OPTIONS= perl
.if ${OPSYS} != "SunOS"
# net-snmp doesn't do IPv6 on Solaris
PKG_SUPPORTED_OPTIONS+= inet6
+PKG_SUGGESTED_OPTIONS+= inet6
.endif
.include "../../mk/bsd.options.mk"