diff options
author | vs <vs@FreeBSD.org> | 2004-11-20 19:16:12 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2004-11-20 19:16:12 +0800 |
commit | e38e00c337690f9faef6794cabaf9c31896cbbed (patch) | |
tree | 20832b76f617b874fcc0b1903dd410eec0c9ea22 /devel/hs-darcs | |
parent | 2e2415017bb9a8f040fe4732568bacf9ee683b7c (diff) | |
download | freebsd-ports-gnome-e38e00c337690f9faef6794cabaf9c31896cbbed.tar.gz freebsd-ports-gnome-e38e00c337690f9faef6794cabaf9c31896cbbed.tar.zst freebsd-ports-gnome-e38e00c337690f9faef6794cabaf9c31896cbbed.zip |
Add dependency on math/libgmp4 (bump PORTREVISION accordingly)
PR: ports/74134
Submitted by: Eugene Ossintsev
Diffstat (limited to 'devel/hs-darcs')
-rw-r--r-- | devel/hs-darcs/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/hs-darcs/Makefile b/devel/hs-darcs/Makefile index e6fb74e8095a..1be2e0f3283c 100644 --- a/devel/hs-darcs/Makefile +++ b/devel/hs-darcs/Makefile @@ -7,6 +7,7 @@ PORTNAME= darcs PORTVERSION= 1.0.0 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://darcs.net/ @@ -14,7 +15,8 @@ MAINTAINER= haskell@FreeBSD.org COMMENT= Yet another replacement for CVS, written in Haskell BUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc -LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl +LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \ + gmp.6:${PORTSDIR}/math/libgmp4 OPTIONS= SERVER "install server" off USE_REINPLACE= yes |