aboutsummaryrefslogtreecommitdiff
path: root/lang/mosml
diff options
context:
space:
mode:
authorJohan van Selst <johans@FreeBSD.org>2016-05-16 19:04:38 +0000
committerJohan van Selst <johans@FreeBSD.org>2016-05-16 19:04:38 +0000
commit8815a0e6333b65893671b9d4026392924144f3c9 (patch)
tree9d5c82bb1d0ef1d185816875b5765f8dea9b4099 /lang/mosml
parent34c508a26a9774a92bbf60f7b61a98cc6245f932 (diff)
downloadports-8815a0e6333b65893671b9d4026392924144f3c9.tar.gz
ports-8815a0e6333b65893671b9d4026392924144f3c9.zip
Honour $CC
Notes
Notes: svn path=/head/; revision=415355
Diffstat (limited to 'lang/mosml')
-rw-r--r--lang/mosml/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/mosml/Makefile b/lang/mosml/Makefile
index 8c0861d0f082..e3ffa7b267ef 100644
--- a/lang/mosml/Makefile
+++ b/lang/mosml/Makefile
@@ -12,8 +12,6 @@ COMMENT= Lightweight implementation of Standard ML
LIB_DEPENDS= libgmp.so:math/gmp \
libgdbm.so:databases/gdbm
-BROKEN= does not build
-
GH_ACCOUNT= kfl
USE_GITHUB= yes
@@ -38,6 +36,7 @@ OPTIONS_DEFINE= DOCS EXAMPLES
.include <bsd.port.pre.mk>
post-patch:
+ ${REINPLACE_CMD} -e '/^CC=/s/^/#/' ${WRKSRC}/Makefile.inc
${REINPLACE_CMD} 's/make /$$(MAKE) /' ${WRKSRC}/doc/Makefile \
${WRKSRC}/doc/helpsigs/Makefile