diff options
author | lawrance <lawrance@FreeBSD.org> | 2006-10-07 07:42:00 +0800 |
---|---|---|
committer | lawrance <lawrance@FreeBSD.org> | 2006-10-07 07:42:00 +0800 |
commit | 534a65cfc11520d416b7d64ca48fbd1f8f80f2b9 (patch) | |
tree | b2c3e30c4d5b7a467998accb00a3f38d68df40c2 /net-mgmt | |
parent | 5b5092dcf0a4c935f817937f83026960ecd3dd56 (diff) | |
download | freebsd-ports-gnome-534a65cfc11520d416b7d64ca48fbd1f8f80f2b9.tar.gz freebsd-ports-gnome-534a65cfc11520d416b7d64ca48fbd1f8f80f2b9.tar.zst freebsd-ports-gnome-534a65cfc11520d416b7d64ca48fbd1f8f80f2b9.zip |
Mark broken on 4.x.
Reported by: kris
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/nsca/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/net-mgmt/nsca/Makefile b/net-mgmt/nsca/Makefile index e4a59e02873a..6ddaaef5fa4f 100644 --- a/net-mgmt/nsca/Makefile +++ b/net-mgmt/nsca/Makefile @@ -52,4 +52,8 @@ do-install: cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR} .endif -.include <bsd.port.mk> +.include <bsd.port.pre.mk> +.if ${OSVERSION} < 500000 +BROKEN= does not build on 4.x +.endif +.include <bsd.port.post.mk> |