summaryrefslogtreecommitdiffstats
path: root/lang/cel
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2002-12-02 00:28:19 +0000
committerkris <kris@FreeBSD.org>2002-12-02 00:28:19 +0000
commita838eab2a7036de735729584a46d37fd164fb03b (patch)
tree25c5eda33502362bd771aa22f71f1b7ccd55bb2c /lang/cel
parent7bc1e13f95e6fe2db875edb3acdbc4027057f3bf (diff)
downloadFreeBSD-ports-a838eab2a7036de735729584a46d37fd164fb03b.zip
FreeBSD-ports-a838eab2a7036de735729584a46d37fd164fb03b.tar.gz
BROKEN on 5.0: does not compile
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 b72e3de..296b178 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>
OpenPOWER on IntegriCloud