diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-05-18 12:22:24 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-05-18 12:22:24 +0000 |
commit | 2f610b15bf1137cd467e3ba5936219cb070987dd (patch) | |
tree | 86f828653f924d519d32cce03348be91ee87735b /lang/caml-light | |
parent | 5962582d7269a6c9cdfcb155f39c3338c9f1961d (diff) |
Notes
Diffstat (limited to 'lang/caml-light')
-rw-r--r-- | lang/caml-light/Makefile | 8 |
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> |