aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/nocol
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2006-09-03 00:39:55 +0000
committerKris Kennaway <kris@FreeBSD.org>2006-09-03 00:39:55 +0000
commit5bdaa4cf76852d3187e77245d6d838012d4ce132 (patch)
treea2a3dde3f0c65f3f0571a3db735c470999f9e169 /net-mgmt/nocol
parent5b1eaf29ac44b125d9792c8751c41fa297619933 (diff)
downloadports-5bdaa4cf76852d3187e77245d6d838012d4ce132.tar.gz
ports-5bdaa4cf76852d3187e77245d6d838012d4ce132.zip
BROKEN on 6.x: Does not compile
Notes
Notes: svn path=/head/; revision=171969
Diffstat (limited to 'net-mgmt/nocol')
-rw-r--r--net-mgmt/nocol/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/net-mgmt/nocol/Makefile b/net-mgmt/nocol/Makefile
index 8b439e62be74..4562d92f4544 100644
--- a/net-mgmt/nocol/Makefile
+++ b/net-mgmt/nocol/Makefile
@@ -30,4 +30,10 @@ NO_PACKAGE= Hostname is needed.
post-install:
@cd ${WRKSRC} && make root
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 601104
+BROKEN= Does not compile on FreeBSD >= 6.x
+.endif
+
.include <bsd.port.mk>