diff options
Diffstat (limited to 'lang/mlton/Makefile')
-rw-r--r-- | lang/mlton/Makefile | 7 |
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: |