aboutsummaryrefslogtreecommitdiff
path: root/lang/mlton
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-07-30 20:25:51 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-07-30 20:25:51 +0000
commit73da6665ed88ef1b59adf1bcc0da22d24c291629 (patch)
treeb42968ec0e167bd2f323a171869fde7f829a18f3 /lang/mlton
parent30ba737c2c047dc3797da2e04da94b0b93fb5c3a (diff)
downloadports-73da6665ed88ef1b59adf1bcc0da22d24c291629.tar.gz
ports-73da6665ed88ef1b59adf1bcc0da22d24c291629.zip
Notes
Diffstat (limited to 'lang/mlton')
-rw-r--r--lang/mlton/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/mlton/Makefile b/lang/mlton/Makefile
index c8c732c31e88..4ea6991867e6 100644
--- a/lang/mlton/Makefile
+++ b/lang/mlton/Makefile
@@ -48,11 +48,11 @@ ALL_TARGET= all-no-docs
SRC_DIST= ${DISTNAME}.src.tgz
.if ${PORT_OPTIONS:MSMLNJ}
-BROKEN= ${DISTNAME}-${PORTVERSION} does not bootstrap properly with sml-nj
+BROKEN= ${DISTNAME}-${PORTVERSION} does not bootstrap properly with smlnj
.endif
.if ${PORT_OPTIONS:MSMLNJ}
-BUILD_DEPENDS+= smlnj-devel>=110.65:${PORTSDIR}/lang/sml-nj-devel
+BUILD_DEPENDS+= smlnj>=110.65:${PORTSDIR}/lang/smlnj
BOOT_DIST=
MAKE_ENV+= SMLNJ_DEVEL=yes
.if ! ${PORT_OPTIONS:MDOCS}