aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2017-07-08 13:10:42 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2017-07-08 13:10:42 +0000
commit20c1e8f4216e7e5f5289741fad2cf3b299f757e8 (patch)
treee181a8d93a93e0f740b9e0ceb32905ee3be0feba
parent0b0058ab47445e72f88d7179a85ef98c90c970a2 (diff)
downloadports-20c1e8f4216e7e5f5289741fad2cf3b299f757e8.tar.gz
ports-20c1e8f4216e7e5f5289741fad2cf3b299f757e8.zip
MFH: r445324
Forbid on i386 With hat: portmgr
Notes
Notes: svn path=/branches/2017Q3/; revision=445325
-rw-r--r--lang/mlton/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/mlton/Makefile b/lang/mlton/Makefile
index 4cf4bcc12f20..fc0550070cb7 100644
--- a/lang/mlton/Makefile
+++ b/lang/mlton/Makefile
@@ -37,6 +37,10 @@ USE_GCC= any
.include <bsd.port.options.mk>
+.if ${ARCH} == i386
+FORBIDDEN= mlton-compile loops infinitely and is unkillable
+.endif
+
.if ${PORT_OPTIONS:MDOCS}
BUILD_DEPENDS+= gsed:textproc/gsed \
htmldoc:textproc/htmldoc