From deea1bb15d57e5d228cd0935cb1a85739295ba75 Mon Sep 17 00:00:00 2001 From: kris 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(-) (limited to 'lang/mlton') 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