diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-05-18 11:48:21 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-05-18 11:48:21 +0000 |
commit | bc2b8d09afb2447faaa98aa5f5c1e66ed3a7bc11 (patch) | |
tree | 6198944537e2605f2a41371bfe1a13fd435427bc /lang/moscow_ml | |
parent | 8cd27aeab31370ee610906a9c8c9f142beb264e8 (diff) | |
download | ports-bc2b8d09afb2447faaa98aa5f5c1e66ed3a7bc11.tar.gz ports-bc2b8d09afb2447faaa98aa5f5c1e66ed3a7bc11.zip |
Notes
Diffstat (limited to 'lang/moscow_ml')
-rw-r--r-- | lang/moscow_ml/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/lang/moscow_ml/Makefile b/lang/moscow_ml/Makefile index e701cd5c0437..e65cd73882a2 100644 --- a/lang/moscow_ml/Makefile +++ b/lang/moscow_ml/Makefile @@ -18,6 +18,12 @@ COMMENT= Moscow ML, a lightweight implementation of Standard ML LIB_DEPENDS= gmp.6:${PORTSDIR}/math/libgmp4 +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 500113 +BROKEN= "Does not compile" +.endif + MOSMLHOME= $(PREFIX)/moscow_ml ALL_TARGET= world MOSMLHOME=$(MOSMLHOME) @@ -39,4 +45,4 @@ post-install: if [ -f $${file} ]; then \ $(LN) -sf $${file} $(PREFIX)/bin; fi; done -.include <bsd.port.mk> +.include <bsd.port.post.mk> |