summaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-09-19 01:05:44 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-09-19 01:05:44 +0000
commit123d15030fa7d4a5c3875466f5afe29ca773b758 (patch)
tree80660546f8d692aca317c8eac569cc422608680a /net-mgmt
parentBROKEN: Conflicting dependencies (mysql 3.x and 4.x) (diff)
BROKEN on 5.x: Does not compile
Approved by: portmgr (self)
Notes
Notes: svn path=/head/; revision=118269
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/mbrowse/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/net-mgmt/mbrowse/Makefile b/net-mgmt/mbrowse/Makefile
index c77e12e9e81d..e31696929beb 100644
--- a/net-mgmt/mbrowse/Makefile
+++ b/net-mgmt/mbrowse/Makefile
@@ -33,4 +33,10 @@ CONFIGURE_ENV+= LDFLAGS="`net-snmp-config --libs`" \
CONFIGURE_ARGS+= --with-snmp-type=net
.endif
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 502126
+BROKEN= "Does not compile on FreeBSD >= 5.x"
+.endif
+
+.include <bsd.port.post.mk>