aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt/nocol
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2006-09-03 08:39:55 +0800
committerkris <kris@FreeBSD.org>2006-09-03 08:39:55 +0800
commitdd521668380d901b02d592753ba29ad057351e70 (patch)
treeb650596aea92fc061a681eab93dd142da34c1890 /net-mgmt/nocol
parent615d21569c3d200d5cf239089c30dfe27a5d3f0d (diff)
downloadfreebsd-ports-gnome-dd521668380d901b02d592753ba29ad057351e70.tar.gz
freebsd-ports-gnome-dd521668380d901b02d592753ba29ad057351e70.tar.zst
freebsd-ports-gnome-dd521668380d901b02d592753ba29ad057351e70.zip
BROKEN on 6.x: Does not compile
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>