From 9e510908e78ba30b9c067b7501baf61fdfd5c893 Mon Sep 17 00:00:00 2001 From: kris Date: Sun, 17 Sep 2006 02:34:32 +0000 Subject: BROKEN except on 6.x: this now appears to be a 6.x binary, and the mythical compat6x port is required to run it on 7.x --- lang/mlton/Makefile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/lang/mlton/Makefile b/lang/mlton/Makefile index dc4dec85131c..3a2d5e7d1663 100644 --- a/lang/mlton/Makefile +++ b/lang/mlton/Makefile @@ -59,12 +59,13 @@ INSTALL_TARGET= install-no-docs .include -.if ${OSVERSION} >= 600000 -BUILD_DEPENDS+= ${LOCALBASE}/lib/compat/libc.so.5:${PORTSDIR}/misc/compat5x +.if ${OSVERSION} >= 700014 +#BUILD_DEPENDS+= ${LOCALBASE}/lib/compat/libc.so.6:${PORTSDIR}/misc/compat6x +BROKEN= FreeBSD 6.x binary, needs a compat6x port to run .endif -.if ${OSVERSION} < 504000 -IGNORE= cannot bootstrap on FreeBSD < 5.4 +.if ${OSVERSION} < 600000 +IGNORE= cannot bootstrap on FreeBSD < 6.0 .endif BOOT_EXTRACT= --bzip2 -- cgit