aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorJean-Yves Lefort <jylefort@FreeBSD.org>2005-04-26 22:40:02 +0000
committerJean-Yves Lefort <jylefort@FreeBSD.org>2005-04-26 22:40:02 +0000
commita8d970927ef1618a9c72f70c8d54482069617fcc (patch)
tree8c9d93bfa01bebb604ec0b72cc43367f4a6d7ae8 /net-mgmt
parent1cdc1ee0cb0413d84a6e09d09ba8d8b6ff2ba0e5 (diff)
downloadports-a8d970927ef1618a9c72f70c8d54482069617fcc.tar.gz
ports-a8d970927ef1618a9c72f70c8d54482069617fcc.zip
Fix build on 6.X
PR: ports/80374 Submitted by: Johan van Selst <johans@stack.nl>
Notes
Notes: svn path=/head/; revision=134226
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/net-snmp4/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/net-snmp4/Makefile b/net-mgmt/net-snmp4/Makefile
index 7fafe4fd0f00..9429245cb58d 100644
--- a/net-mgmt/net-snmp4/Makefile
+++ b/net-mgmt/net-snmp4/Makefile
@@ -79,7 +79,7 @@ PLIST_SUB+= shlib=${SHLIB_VERSION}
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 600000
-BROKEN= "Does not build on FreeBSD >= 6.x"
+CFLAGS+= -Dfreebsd5
.endif
.if ${OSVERSION} >= 400014