diff options
author | Andrej Zverev <az@FreeBSD.org> | 2012-06-30 14:07:27 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2012-06-30 14:07:27 +0000 |
commit | e13515f304b4eb05767a6453990dce8a1cc95234 (patch) | |
tree | 5af52ac5bc3c3ee69de6c955c53219549a3d434b /devel/cvsplot | |
parent | 4641b63dd110dfe3a5eb439a464a3b08b0a4075d (diff) |
Notes
Diffstat (limited to 'devel/cvsplot')
-rw-r--r-- | devel/cvsplot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/cvsplot/Makefile b/devel/cvsplot/Makefile index b9e7e7f242f4..d058cc181437 100644 --- a/devel/cvsplot/Makefile +++ b/devel/cvsplot/Makefile @@ -15,8 +15,8 @@ MASTER_SITES= SF MAINTAINER= erik@bz.bzflag.bz COMMENT= A perl script which analyses the history of a CVS-managed project -RUN_DEPENDS= ${SITE_PERL}/Date/Manip.pm:${PORTSDIR}/devel/p5-Date-Manip \ - ${SITE_PERL}/String/ShellQuote.pm:${PORTSDIR}/textproc/p5-String-ShellQuote \ +RUN_DEPENDS= p5-Date-Manip>=0:${PORTSDIR}/devel/p5-Date-Manip \ + p5-String-ShellQuote>=0:${PORTSDIR}/textproc/p5-String-ShellQuote \ gnuplot:${PORTSDIR}/math/gnuplot USE_PERL5= yes |