diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2006-09-17 02:34:32 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2006-09-17 02:34:32 +0000 |
commit | 118b8631a13c9bac635c0f7566b3ac5a540994ee (patch) | |
tree | 24cf5a28d102127c6265bfb2e5caa9b5e602a758 /lang/mlton/Makefile | |
parent | 2c89752fe7fc34608ba95ee17eef707bfa9d2a59 (diff) | |
download | ports-118b8631a13c9bac635c0f7566b3ac5a540994ee.tar.gz ports-118b8631a13c9bac635c0f7566b3ac5a540994ee.zip |
Notes
Diffstat (limited to 'lang/mlton/Makefile')
-rw-r--r-- | lang/mlton/Makefile | 9 |
1 files 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 <bsd.port.pre.mk> -.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 |