aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/net-snmp4
diff options
context:
space:
mode:
authorGabor Kovesdan <gabor@FreeBSD.org>2007-04-19 21:20:48 +0000
committerGabor Kovesdan <gabor@FreeBSD.org>2007-04-19 21:20:48 +0000
commitc7611291caed7042dac74061e36e3fa5ba7ed166 (patch)
tree1d2de5d52eb1b8904d425116b2afd36170dab951 /net-mgmt/net-snmp4
parentaf96ced369a5fd129e406f51d4135261e2b70bb3 (diff)
downloadports-c7611291caed7042dac74061e36e3fa5ba7ed166.tar.gz
ports-c7611291caed7042dac74061e36e3fa5ba7ed166.zip
Notes
Diffstat (limited to 'net-mgmt/net-snmp4')
-rw-r--r--net-mgmt/net-snmp4/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/net-mgmt/net-snmp4/Makefile b/net-mgmt/net-snmp4/Makefile
index fe605bb872eb..9af21287416e 100644
--- a/net-mgmt/net-snmp4/Makefile
+++ b/net-mgmt/net-snmp4/Makefile
@@ -71,6 +71,8 @@ CFLAGS+= -DOPENSSL_DES_LIBDES_COMPATIBILITY
SHLIB_VERSION= 4
PLIST_SUB+= shlib=${SHLIB_VERSION}
+OPTIONS= IPV6 "Enable IPv6 support" On
+
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 700019
@@ -81,7 +83,7 @@ BROKEN= Does not compile on FreeBSD >= 7.0
CFLAGS+= -Dfreebsd5
.endif
-.if ${OSVERSION} >= 400014
+.if defined(WITH_IPV6)
CONFIGURE_ARGS+= --enable-ipv6
.endif