diff options
author | itetcu <itetcu@FreeBSD.org> | 2006-12-30 12:50:31 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2006-12-30 12:50:31 +0800 |
commit | cc46546bf8481167333eb4f4e2609603f876691f (patch) | |
tree | 2679944ab06446e5b3058e3aab5218389f70fb1c /net-mgmt/nocol | |
parent | d5f734c9241373026a263badf937c11a37a60802 (diff) | |
download | freebsd-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/Makefile | 4 |
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> |