aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2009-01-08 17:11:33 +0000
committerErwin Lansing <erwin@FreeBSD.org>2009-01-08 17:11:33 +0000
commit3a42606616d0bc53610062cd12578eb246f96e9c (patch)
tree6db83e43213ee168df0e2b1b6b9101d6c561b17e /net-mgmt
parent0b68f5217b42daf70e29b170c5fe2a6366fe1e16 (diff)
downloadports-3a42606616d0bc53610062cd12578eb246f96e9c.tar.gz
ports-3a42606616d0bc53610062cd12578eb246f96e9c.zip
Notes
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/net-snmp4/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/net-mgmt/net-snmp4/Makefile b/net-mgmt/net-snmp4/Makefile
index ee9ed602f7b4..7f0a0c238aab 100644
--- a/net-mgmt/net-snmp4/Makefile
+++ b/net-mgmt/net-snmp4/Makefile
@@ -100,6 +100,10 @@ OPTIONS= IPV6 "Enable IPv6 support" On
.include <bsd.port.pre.mk>
+.if ${OSVERSION} >= 800059
+BROKEN= does not build
+.endif
+
.if defined(WITH_IPV6)
CONFIGURE_ARGS+= --enable-ipv6
.endif