diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/cvs2darcs/Makefile | 3 |
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} |