aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt/nocol
diff options
context:
space:
mode:
authoritetcu <itetcu@FreeBSD.org>2006-12-30 12:50:31 +0800
committeritetcu <itetcu@FreeBSD.org>2006-12-30 12:50:31 +0800
commitcc46546bf8481167333eb4f4e2609603f876691f (patch)
tree2679944ab06446e5b3058e3aab5218389f70fb1c /net-mgmt/nocol
parentd5f734c9241373026a263badf937c11a37a60802 (diff)
downloadfreebsd-ports-gnome-cc46546bf8481167333eb4f4e2609603f876691f.tar.gz
freebsd-ports-gnome-cc46546bf8481167333eb4f4e2609603f876691f.tar.zst
freebsd-ports-gnome-cc46546bf8481167333eb4f4e2609603f876691f.zip
It complies on 6.x (at least for >= 602101).
PR: ports/107273 Submitted by: Nils Vogels (maintainer)
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>