aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2014-07-31 04:25:51 +0800
committerantoine <antoine@FreeBSD.org>2014-07-31 04:25:51 +0800
commit33eab6194ed8055901f711f24ad9ed6c709a3108 (patch)
treeb42968ec0e167bd2f323a171869fde7f829a18f3 /devel
parentc30947996a184fb961dd00b19c2e44303d77494d (diff)
downloadfreebsd-ports-gnome-33eab6194ed8055901f711f24ad9ed6c709a3108.tar.gz
freebsd-ports-gnome-33eab6194ed8055901f711f24ad9ed6c709a3108.tar.zst
freebsd-ports-gnome-33eab6194ed8055901f711f24ad9ed6c709a3108.zip
Attempt to unbreak INDEX
No idea if this builds (it didn't) With hat: portmgr
Diffstat (limited to 'devel')
-rw-r--r--devel/asdlgen/Makefile2
-rw-r--r--devel/ml-doc/Makefile2
-rw-r--r--devel/ml-doc/files/fix-cml-doc.sh.in2
-rw-r--r--devel/sml_tk/Makefile2
4 files changed, 4 insertions, 4 deletions
diff --git a/devel/asdlgen/Makefile b/devel/asdlgen/Makefile
index e9abfea36035..e2c7d29b67dc 100644
--- a/devel/asdlgen/Makefile
+++ b/devel/asdlgen/Makefile
@@ -11,7 +11,7 @@ DISTFILES= asdlGen.tar.gz
MAINTAINER= ports@FreeBSD.org
COMMENT= Interoperable serializers for C,C++,Haskell,Icon,Java,ML
-BUILD_DEPENDS= smlnj-devel>=110.65:${PORTSDIR}/lang/sml-nj-devel
+BUILD_DEPENDS= smlnj>=110.65:${PORTSDIR}/lang/smlnj
USES= dos2unix
DOS2UNIX_FILES= src/icon/libasdl.icn
diff --git a/devel/ml-doc/Makefile b/devel/ml-doc/Makefile
index 4d93506e19c9..a2a85eb1f32d 100644
--- a/devel/ml-doc/Makefile
+++ b/devel/ml-doc/Makefile
@@ -13,7 +13,7 @@ EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= Language and tools for documenting Standard ML libraries
-BUILD_DEPENDS= smlnj-devel>=110.71:${PORTSDIR}/lang/sml-nj-devel \
+BUILD_DEPENDS= smlnj>=110.71:${PORTSDIR}/lang/smlnj \
nsgmls:${PORTSDIR}/textproc/jade
RUN_DEPENDS= nsgmls:${PORTSDIR}/textproc/jade
diff --git a/devel/ml-doc/files/fix-cml-doc.sh.in b/devel/ml-doc/files/fix-cml-doc.sh.in
index 0ee742c533a5..2dd87777fd3c 100644
--- a/devel/ml-doc/files/fix-cml-doc.sh.in
+++ b/devel/ml-doc/files/fix-cml-doc.sh.in
@@ -8,7 +8,7 @@ DOCSRCDIR='%%PREFIX%%/smlnj/cml/doc'
if [ ! -d "$DOCSRCDIR" ]
then
echo "CML doc sources not found in directory $DOCSRCDIR"
- echo "Install lang/sml-nj-devel with option WITH_EVERYTHING"
+ echo "Install lang/smlnj with option EVERYTHING"
exit 1
fi
diff --git a/devel/sml_tk/Makefile b/devel/sml_tk/Makefile
index ddb1784982fb..67fdef0ec826 100644
--- a/devel/sml_tk/Makefile
+++ b/devel/sml_tk/Makefile
@@ -28,7 +28,7 @@ NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MSMLNJDEVEL}
-BUILD_DEPENDS+= smlnj-devel>=65:${PORTSDIR}/lang/sml-nj-devel
+BUILD_DEPENDS+= smlnj>=65:${PORTSDIR}/lang/smlnj
.endif
.if ${PORT_OPTIONS:MPOLYML}
BUILD_DEPENDS+= poly:${PORTSDIR}/lang/polyml