aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/nsca
diff options
context:
space:
mode:
authorSam Lawrance <lawrance@FreeBSD.org>2006-10-06 23:42:00 +0000
committerSam Lawrance <lawrance@FreeBSD.org>2006-10-06 23:42:00 +0000
commit9fc58c8463e476ad034d380892e8208f88a2a3c5 (patch)
tree3df542e2c9f33e32cbaa6c8327f62e044c76cfd2 /net-mgmt/nsca
parente26d5a32304934ac74b81b56a4932e1a3d062fad (diff)
downloadports-9fc58c8463e476ad034d380892e8208f88a2a3c5.tar.gz
ports-9fc58c8463e476ad034d380892e8208f88a2a3c5.zip
Notes
Diffstat (limited to 'net-mgmt/nsca')
-rw-r--r--net-mgmt/nsca/Makefile6
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>