diff options
author | kris <kris@FreeBSD.org> | 2006-09-11 07:53:06 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2006-09-11 07:53:06 +0800 |
commit | 8140302b7c6a372bdde66ad6e19b222b2ba7db30 (patch) | |
tree | fa829948d3e95cf7aea208237c0e4940b69597e2 /net-mgmt | |
parent | 5a16cd1f26c58d8fc75332e75393928054b86f77 (diff) | |
download | freebsd-ports-graphics-8140302b7c6a372bdde66ad6e19b222b2ba7db30.tar.gz freebsd-ports-graphics-8140302b7c6a372bdde66ad6e19b222b2ba7db30.tar.zst freebsd-ports-graphics-8140302b7c6a372bdde66ad6e19b222b2ba7db30.zip |
BROKEN on 7.0: Does not compile
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/net-snmp4/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net-mgmt/net-snmp4/Makefile b/net-mgmt/net-snmp4/Makefile index c17b4c5478f..fe605bb872e 100644 --- a/net-mgmt/net-snmp4/Makefile +++ b/net-mgmt/net-snmp4/Makefile @@ -73,6 +73,10 @@ PLIST_SUB+= shlib=${SHLIB_VERSION} .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 700019 +BROKEN= Does not compile on FreeBSD >= 7.0 +.endif + .if ${OSVERSION} >= 600000 CFLAGS+= -Dfreebsd5 .endif |