aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-10-11 00:14:10 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-10-11 00:14:10 +0000
commit6d101a4228dfb3f33ac2d9d140b1ba9d238c20e4 (patch)
treefccaf6300ef3c1b69c0f75e5781125402e442905
parent73f84105cf43478d814de6a078781c03cda8811a (diff)
downloadports-6d101a4228dfb3f33ac2d9d140b1ba9d238c20e4.tar.gz
ports-6d101a4228dfb3f33ac2d9d140b1ba9d238c20e4.zip
This port includes a 5.x binary that links to libm.so.2, which is part
of the compiler bootstrap. Drop it back to use the 4.x binary version with compat4x instead so it will run on 5.3. Approved by: portmgr
Notes
Notes: svn path=/head/; revision=118599
-rw-r--r--lang/mlton/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/lang/mlton/Makefile b/lang/mlton/Makefile
index a4d00f38a8fe..69eea5c49316 100644
--- a/lang/mlton/Makefile
+++ b/lang/mlton/Makefile
@@ -49,14 +49,11 @@ PORTDIR= usr/ports/lang/mlton
.include <bsd.port.pre.mk>
-.if ${OSVERSION} < 500000
BOOT_EXTRACT= --gzip
BOOT_SUF= tgz
BOOT_VER= 20040429
-.else
-BOOT_EXTRACT= --bzip
-BOOT_SUF= tbz
-BOOT_VER= 20040623
+.if ${OSVERSION} >= 500000
+LIB_DEPENDS+= c.4:${PORTSDIR}/misc/compat4x
.endif
post-extract: