diff options
Diffstat (limited to 'lang/mlton/Makefile')
-rw-r--r-- | lang/mlton/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/mlton/Makefile b/lang/mlton/Makefile index 0cda6e7..ed7d8d9 100644 --- a/lang/mlton/Makefile +++ b/lang/mlton/Makefile @@ -12,6 +12,7 @@ PORTNAME= mlton PORTVERSION= 20051202 +PORTREVISION= 1 CATEGORIES= lang MASTER_SITES= http://mlton.org/pages/Download/attachments/ \ http://mlton.org/pages/Experimental/attachments/ @@ -27,7 +28,7 @@ BUILD_DEPENDS+= gsed:${PORTSDIR}/textproc/gsed \ htmldoc:${PORTSDIR}/textproc/htmldoc \ latex:${PORTSDIR}/print/teTeX .endif -LIB_DEPENDS= gmp.6:${PORTSDIR}/math/libgmp4 +LIB_DEPENDS= gmp.7:${PORTSDIR}/math/libgmp4 RUN_DEPENDS= bash:${PORTSDIR}/shells/bash SRC_DIST= ${DISTNAME}-1.freebsd.src.tgz |