aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/net-snmp-devel
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2007-10-03 23:53:46 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2007-10-03 23:53:46 +0000
commit260b2edafd358f77c49249acb5545764315d5ce9 (patch)
tree660f33f450bbab88db3f425d963bac094e937569 /net-mgmt/net-snmp-devel
parentd2d7ba91aa03c042adab70b43cf10d6692977b07 (diff)
downloadports-260b2edafd358f77c49249acb5545764315d5ce9.tar.gz
ports-260b2edafd358f77c49249acb5545764315d5ce9.zip
Notes
Diffstat (limited to 'net-mgmt/net-snmp-devel')
-rw-r--r--net-mgmt/net-snmp-devel/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/net-snmp-devel/Makefile b/net-mgmt/net-snmp-devel/Makefile
index c39d26fc9890..b73f652c10cc 100644
--- a/net-mgmt/net-snmp-devel/Makefile
+++ b/net-mgmt/net-snmp-devel/Makefile
@@ -73,7 +73,7 @@ LIB_DEPEND+= dmalloc:${PORTSDIR}/devel/dmalloc
CONFIGURE_ARGS+=--with-dmalloc=${LOCALBASE}
.endif
-.if ${OSVERSION} >= 400014 && !defined(WITHOUT_IPV6)
+.if !defined(WITHOUT_IPV6)
CONFIGURE_ARGS+=--enable-ipv6
# --with-transport="UDPIPv6 TCPIPv6" --with-modules=mibII/ipv6"
PLIST_SUB+= WITH_IPV6=""