aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/nocol
diff options
context:
space:
mode:
authorIon-Mihai Tetcu <itetcu@FreeBSD.org>2006-12-30 04:50:31 +0000
committerIon-Mihai Tetcu <itetcu@FreeBSD.org>2006-12-30 04:50:31 +0000
commit3889ff5be979dc53d9ba52de41ea37916256c1b7 (patch)
tree471e1423ff1e72f1b278c9c82f4a34a1ae9476f2 /net-mgmt/nocol
parentdaef7482125f00617b157a7692799d0c7111b8ea (diff)
downloadports-3889ff5be979dc53d9ba52de41ea37916256c1b7.tar.gz
ports-3889ff5be979dc53d9ba52de41ea37916256c1b7.zip
It complies on 6.x (at least for >= 602101).
PR: ports/107273 Submitted by: Nils Vogels (maintainer)
Notes
Notes: svn path=/head/; revision=181028
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>