diff options
author | Alex Dupre <ale@FreeBSD.org> | 2006-05-10 14:46:47 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2006-05-10 14:46:47 +0000 |
commit | ffcb54b54fe12a4154c13c239dca119d32f6d6e9 (patch) | |
tree | d2d1996032dd21dd2dafd5d23094cf94cdd7d2d1 /devel/hs-darcs/Makefile | |
parent | 241000003cc37531d200773be1eb19996345da3c (diff) |
Notes
Diffstat (limited to 'devel/hs-darcs/Makefile')
-rw-r--r-- | devel/hs-darcs/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/hs-darcs/Makefile b/devel/hs-darcs/Makefile index 429dbe4dfe83..ec1512ea0b28 100644 --- a/devel/hs-darcs/Makefile +++ b/devel/hs-darcs/Makefile @@ -7,6 +7,7 @@ PORTNAME= darcs PORTVERSION= 1.0.6 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://darcs.net/ @@ -15,7 +16,7 @@ COMMENT= Yet another replacement for CVS, written in Haskell BUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \ - gmp.6:${PORTSDIR}/math/libgmp4 + gmp.7:${PORTSDIR}/math/libgmp4 OPTIONS= SERVER "install server" off GNU_CONFIGURE= yes |