diff options
-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 e4a59e0..6ddaaef 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> |