diff options
Diffstat (limited to 'lang/whitespace/Makefile')
-rw-r--r-- | lang/whitespace/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/whitespace/Makefile b/lang/whitespace/Makefile index 9561e9579515..f4ff953863e8 100644 --- a/lang/whitespace/Makefile +++ b/lang/whitespace/Makefile @@ -7,7 +7,7 @@ PORTNAME= whitespace PORTVERSION= 0.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= lang MASTER_SITES= http://compsoc.dur.ac.uk/whitespace/downloads/ DISTNAME= wspace-${PORTVERSION} @@ -17,7 +17,7 @@ MAINTAINER= llwang@infor.org COMMENT= An interpreter for the Whitespace programming language BUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc -LIB_DEPENDS= gmp.8:${PORTSDIR}/math/libgmp4 +LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp WRKSRC= ${WRKDIR}/WSpace USE_GMAKE= yes |