aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/nocol
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/nocol')
-rw-r--r--net-mgmt/nocol/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/net-mgmt/nocol/Makefile b/net-mgmt/nocol/Makefile
index 8b439e62be74..4562d92f4544 100644
--- a/net-mgmt/nocol/Makefile
+++ b/net-mgmt/nocol/Makefile
@@ -30,4 +30,10 @@ NO_PACKAGE= Hostname is needed.
post-install:
@cd ${WRKSRC} && make root
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 601104
+BROKEN= Does not compile on FreeBSD >= 6.x
+.endif
+
.include <bsd.port.mk>