aboutsummaryrefslogtreecommitdiffstats
path: root/devel/cvs2darcs
diff options
context:
space:
mode:
authorpgj <pgj@FreeBSD.org>2013-07-29 03:48:40 +0800
committerpgj <pgj@FreeBSD.org>2013-07-29 03:48:40 +0800
commit57ae093cef7509e6791630bfebb439ac33a0c429 (patch)
treeac12387a7a618b038d0df280d01dceb627fa7a78 /devel/cvs2darcs
parentb5e4d7bbdb84f2685edb446a1e1281bfd7adbbe3 (diff)
downloadfreebsd-ports-gnome-57ae093cef7509e6791630bfebb439ac33a0c429.tar.gz
freebsd-ports-gnome-57ae093cef7509e6791630bfebb439ac33a0c429.tar.zst
freebsd-ports-gnome-57ae093cef7509e6791630bfebb439ac33a0c429.zip
- Fix breakage on 10.x, caused by the removal of CVS from base
Obtained from: FreeBSD Haskell
Diffstat (limited to 'devel/cvs2darcs')
-rw-r--r--devel/cvs2darcs/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/cvs2darcs/Makefile b/devel/cvs2darcs/Makefile
index e7d1722e2056..930719bbe1e3 100644
--- a/devel/cvs2darcs/Makefile
+++ b/devel/cvs2darcs/Makefile
@@ -12,7 +12,8 @@ COMMENT= Convert CVS module to darcs repository
LICENSE= GPLv2
-BUILD_DEPENDS= darcs:${PORTSDIR}/devel/hs-darcs \
+BUILD_DEPENDS= cvs:${PORTSDIR}/devel/cvs \
+ darcs:${PORTSDIR}/devel/hs-darcs \
cvsps:${PORTSDIR}/devel/cvsps \
p5-libwww>=0:${PORTSDIR}/www/p5-libwww
RUN_DEPENDS:= ${BUILD_DEPENDS}