diff options
author | ale <ale@FreeBSD.org> | 2006-05-10 14:46:47 +0000 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2006-05-10 14:46:47 +0000 |
commit | a9d37ca9ec71498a5826402e3ab63ed48c448da1 (patch) | |
tree | a872f7f5dad6b2911b6a2ff03ccc48962757a279 /devel/hs-cpphs | |
parent | af806c34824bed7d96a2904d8c7a36813055da87 (diff) | |
download | FreeBSD-ports-a9d37ca9ec71498a5826402e3ab63ed48c448da1.zip FreeBSD-ports-a9d37ca9ec71498a5826402e3ab63ed48c448da1.tar.gz |
Chase gmp library and bump PORTREVISION.
Diffstat (limited to 'devel/hs-cpphs')
-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 |