diff options
Diffstat (limited to 'devel/hs-cpphs/Makefile')
-rw-r--r-- | devel/hs-cpphs/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/hs-cpphs/Makefile b/devel/hs-cpphs/Makefile index 64ec110..3662d69 100644 --- a/devel/hs-cpphs/Makefile +++ b/devel/hs-cpphs/Makefile @@ -7,6 +7,7 @@ PORTNAME= cpphs PORTVERSION= 1.2 +PORTREVISION= 1 CATEGORIES= devel haskell MASTER_SITES= http://www.cs.york.ac.uk/fp/cpphs/ PKGNAMEPREFIX= hs- @@ -15,7 +16,7 @@ MAINTAINER= haskell@FreeBSD.org COMMENT= A simplified re-implementation of cpp in Haskell BUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc -LIB_DEPENDS= gmp.6:${PORTSDIR}/math/libgmp4 +LIB_DEPENDS= gmp.7:${PORTSDIR}/math/libgmp4 PLIST_FILES= bin/cpphs |