diff options
author | Johan van Selst <johans@FreeBSD.org> | 2016-05-16 19:04:38 +0000 |
---|---|---|
committer | Johan van Selst <johans@FreeBSD.org> | 2016-05-16 19:04:38 +0000 |
commit | 8815a0e6333b65893671b9d4026392924144f3c9 (patch) | |
tree | 9d5c82bb1d0ef1d185816875b5765f8dea9b4099 /lang | |
parent | 34c508a26a9774a92bbf60f7b61a98cc6245f932 (diff) |
Notes
Diffstat (limited to 'lang')
-rw-r--r-- | lang/mosml/Makefile | 3 |
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 |