aboutsummaryrefslogtreecommitdiff
path: root/devel/cil/Makefile
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-09-18 07:44:19 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-09-18 07:44:19 +0000
commitae26427c632d542ce91328588fe34a5d92130a17 (patch)
treea4573fa9d589552a9db2a7072cd345fe98d86fea /devel/cil/Makefile
parent5bb767d1813143bd41ed5acd46d75b604f8d187c (diff)
downloadports-ae26427c632d542ce91328588fe34a5d92130a17.tar.gz
ports-ae26427c632d542ce91328588fe34a5d92130a17.zip
BROKEN on 5.x: Does not build
Approved by: portmgr (self)
Notes
Notes: svn path=/head/; revision=118220
Diffstat (limited to 'devel/cil/Makefile')
-rw-r--r--devel/cil/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/cil/Makefile b/devel/cil/Makefile
index c84526a0ff89..9cd37832759e 100644
--- a/devel/cil/Makefile
+++ b/devel/cil/Makefile
@@ -31,6 +31,10 @@ EXECFILES= cilly.byte.exe machdep.exe
.include <bsd.port.pre.mk>
+.if ${OSVERSION} >= 502126
+BROKEN= "Does not build on FreeBSD >= 5.x"
+.endif
+
.if ${PERL_LEVEL} < 500601
IGNORE= "Does not work with perl < 5.6.1"
.endif