summaryrefslogtreecommitdiff
path: root/lang/caml-light
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2003-05-18 12:22:24 +0000
committerKris Kennaway <kris@FreeBSD.org>2003-05-18 12:22:24 +0000
commit2f610b15bf1137cd467e3ba5936219cb070987dd (patch)
tree86f828653f924d519d32cce03348be91ee87735b /lang/caml-light
parentBROKEN on 5.1: does not compile (diff)
BROKEN on 5.1: does not build
Notes
Notes: svn path=/head/; revision=81232
Diffstat (limited to 'lang/caml-light')
-rw-r--r--lang/caml-light/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/lang/caml-light/Makefile b/lang/caml-light/Makefile
index 08fd8651bec2..a4405cc1b74e 100644
--- a/lang/caml-light/Makefile
+++ b/lang/caml-light/Makefile
@@ -18,6 +18,12 @@ DISTNAME= cl74unix
MAINTAINER= jkoshy@freebsd.org
COMMENT= A strongly typed functional language belonging to the ML family
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 500113
+BROKEN= "Does not compile"
+.endif
+
USE_XLIB= yes
WRKSRC= ${WRKDIR}/cl74
ALL_TARGET= configure world bootstrap
@@ -34,4 +40,4 @@ do-install:
cd ${WRKSRC}/contrib; ${MAKE} all ${INSTALL_TARGET} PREFIX=${PREFIX} \
X11BASE=${X11BASE}
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>