From 6d101a4228dfb3f33ac2d9d140b1ba9d238c20e4 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Mon, 11 Oct 2004 00:14:10 +0000 Subject: 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 --- lang/mlton/Makefile | 7 ++----- 1 file 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 -.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: -- cgit v1.2.3