diff options
Diffstat (limited to 'net-mgmt/net-snmp4/Makefile')
-rw-r--r-- | net-mgmt/net-snmp4/Makefile | 2 |
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 |