From 3889ff5be979dc53d9ba52de41ea37916256c1b7 Mon Sep 17 00:00:00 2001 From: Ion-Mihai Tetcu Date: Sat, 30 Dec 2006 04:50:31 +0000 Subject: It complies on 6.x (at least for >= 602101). PR: ports/107273 Submitted by: Nils Vogels (maintainer) --- net-mgmt/nocol/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'net-mgmt/nocol') 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 -.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 -- cgit v1.2.3