diff options
author | kris <kris@FreeBSD.org> | 2004-09-19 09:05:44 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-09-19 09:05:44 +0800 |
commit | c661d0a153411a8053b2edd5d6fd83c73202cc7e (patch) | |
tree | 1a39632093e48958a38706ca9c782132bc083172 /net-mgmt | |
parent | 486167dabca1b969e13e10bb502cfc325f686fad (diff) | |
download | freebsd-ports-gnome-c661d0a153411a8053b2edd5d6fd83c73202cc7e.tar.gz freebsd-ports-gnome-c661d0a153411a8053b2edd5d6fd83c73202cc7e.tar.zst freebsd-ports-gnome-c661d0a153411a8053b2edd5d6fd83c73202cc7e.zip |
BROKEN on 5.x: Does not compile
Approved by: portmgr (self)
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/mbrowse/Makefile | 8 |
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> |