diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2010-05-24 21:52:43 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2010-05-24 21:52:43 +0000 |
commit | 52a16208eaba05e0c1cb0d95be24e44e71706dd2 (patch) | |
tree | 5a7ea66d25b9bb72643f4945eee29bb8e70f7bd5 /devel/cvs2darcs | |
parent | 8d576420f06c4fab68fe0ebef32941d23d62e84d (diff) |
Notes
Diffstat (limited to 'devel/cvs2darcs')
-rw-r--r-- | devel/cvs2darcs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/cvs2darcs/Makefile b/devel/cvs2darcs/Makefile index e1a97ae95ff5..f99dbb8dedc0 100644 --- a/devel/cvs2darcs/Makefile +++ b/devel/cvs2darcs/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://ab-initio.mit.edu/${PORTNAME}/ MAINTAINER= haskell@FreeBSD.org COMMENT= Convert CVS module to darcs repository -BUILD_DEPENDS= darcs:${PORTSDIR}/devel/darcs \ +BUILD_DEPENDS= darcs:${PORTSDIR}/devel/hs-darcs \ cvsps:${PORTSDIR}/devel/cvsps \ ${SITE_PERL}/HTTP/Date.pm:${PORTSDIR}/www/p5-libwww RUN_DEPENDS= ${BUILD_DEPENDS} |