aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/nocol
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/nocol')
-rw-r--r--net-mgmt/nocol/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mgmt/nocol/Makefile b/net-mgmt/nocol/Makefile
index fc213a28571d..ecf2412eac32 100644
--- a/net-mgmt/nocol/Makefile
+++ b/net-mgmt/nocol/Makefile
@@ -31,8 +31,8 @@ post-install:
.include <bsd.port.pre.mk>
-.if ${OSVERSION} >= 601104
-BROKEN= Does not compile on FreeBSD >= 6.x
+.if ${OSVERSION} >= 601104 && ${OSVERSION} < 602101
+BROKEN= Does not compile on some FreeBSD 6.x versions, please update to 6.2R or later
.endif
.include <bsd.port.post.mk>