diff options
author | Volker Stolz <vs@FreeBSD.org> | 2005-03-17 14:18:16 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2005-03-17 14:18:16 +0000 |
commit | 54e93d96c5a03e4b4dc4becada0350587708bfe4 (patch) | |
tree | d684d2f639e8fe711d53d84e0a443fe9c5cd0b85 /devel/hs-cpphs | |
parent | 31e5f22cd00025c2a1c6a10be6fd7a361a72edc9 (diff) |
Notes
Diffstat (limited to 'devel/hs-cpphs')
-rw-r--r-- | devel/hs-cpphs/Makefile | 3 | ||||
-rw-r--r-- | devel/hs-cpphs/distinfo | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/devel/hs-cpphs/Makefile b/devel/hs-cpphs/Makefile index e5b80a0df2d0..f253b1af1377 100644 --- a/devel/hs-cpphs/Makefile +++ b/devel/hs-cpphs/Makefile @@ -6,7 +6,7 @@ # PORTNAME= cpphs -PORTVERSION= 0.8 +PORTVERSION= 0.9 CATEGORIES= devel haskell MASTER_SITES= http://www.cs.york.ac.uk/fp/cpphs/ PKGNAMEPREFIX= hs- @@ -15,6 +15,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 PLIST_FILES= bin/cpphs diff --git a/devel/hs-cpphs/distinfo b/devel/hs-cpphs/distinfo index c68e2372585e..d3cece211a87 100644 --- a/devel/hs-cpphs/distinfo +++ b/devel/hs-cpphs/distinfo @@ -1,2 +1,2 @@ -MD5 (cpphs-0.8.tar.gz) = 1b46d5b80159df20668f6bff4e6c1796 -SIZE (cpphs-0.8.tar.gz) = 40759 +MD5 (cpphs-0.9.tar.gz) = d40cb6dda342ba66d8ee61f3e6fe09a0 +SIZE (cpphs-0.9.tar.gz) = 40972 |