aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/darcs/Makefile4
-rw-r--r--devel/hs-darcs/Makefile4
2 files changed, 6 insertions, 2 deletions
diff --git a/devel/darcs/Makefile b/devel/darcs/Makefile
index e6fb74e8095a..1be2e0f3283c 100644
--- a/devel/darcs/Makefile
+++ b/devel/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
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