From 57ae093cef7509e6791630bfebb439ac33a0c429 Mon Sep 17 00:00:00 2001 From: pgj Date: Sun, 28 Jul 2013 19:48:40 +0000 Subject: - Fix breakage on 10.x, caused by the removal of CVS from base Obtained from: FreeBSD Haskell --- devel/cvs2darcs/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'devel') 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} -- cgit