summaryrefslogtreecommitdiff
path: root/lang/cel
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2002-12-02 00:28:19 +0000
committerKris Kennaway <kris@FreeBSD.org>2002-12-02 00:28:19 +0000
commit88e23a5185d40d2f0b1c716b14b1b58fb42541ef (patch)
tree6c6a9322d962d0c733925665fd99549a3c32f4a6 /lang/cel
parentBROKEN: Needs GNU recode 3.5 (diff)
BROKEN on 5.0: does not compile
Notes
Notes: svn path=/head/; revision=71290
Diffstat (limited to 'lang/cel')
-rw-r--r--lang/cel/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/lang/cel/Makefile b/lang/cel/Makefile
index b72e3de9e30b..296b1787b279 100644
--- a/lang/cel/Makefile
+++ b/lang/cel/Makefile
@@ -21,6 +21,12 @@ DOCFILES= CoreArchitecture.html DefaultProtos Linker.html \
Logs.html ProtoLanguage.html README SimpleDataFormat.html \
Threads activation.html stackframe structure.html todo.html
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} > 500000
+BROKEN= "Does not compile"
+.endif
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/vm/cel ${PREFIX}/bin
.if !defined(NOPORTDOCS)
@@ -30,4 +36,4 @@ do-install:
.endfor
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>