aboutsummaryrefslogtreecommitdiff
path: root/lang/mlton/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lang/mlton/Makefile')
-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}