aboutsummaryrefslogtreecommitdiff
path: root/lang/gcl
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-12-11 21:31:40 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-12-11 21:31:40 +0000
commit7a6d8b89b2d98f68387242d34902a9ce4a18bfc9 (patch)
treecc99bb9bbd81028fc6fd631791b6671358b8115b /lang/gcl
parent39cb46d68ab3525516f6b2280a9ad6dfea6ba6a8 (diff)
downloadports-7a6d8b89b2d98f68387242d34902a9ce4a18bfc9.tar.gz
ports-7a6d8b89b2d98f68387242d34902a9ce4a18bfc9.zip
BROKEN on 4.x: Does not compile
Notes
Notes: svn path=/head/; revision=123763
Diffstat (limited to 'lang/gcl')
-rw-r--r--lang/gcl/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/gcl/Makefile b/lang/gcl/Makefile
index dcc929a39d0b..bd451df2f807 100644
--- a/lang/gcl/Makefile
+++ b/lang/gcl/Makefile
@@ -46,6 +46,10 @@ PLIST_SUB= GCL_VER=${PORTVERSION}
.include <bsd.port.pre.mk>
+.if ${OSVERSION} < 500000
+BROKEN= "Does not compile on FreeBSD 4.x"
+.endif
+
pre-configure:
${RM} -f ${WRKSRC}/configure
${SED} -i '' \