diff options
Diffstat (limited to 'devel/cvsplot/Makefile')
-rw-r--r-- | devel/cvsplot/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/cvsplot/Makefile b/devel/cvsplot/Makefile index 513fc3238f7a..83f3c5cabe83 100644 --- a/devel/cvsplot/Makefile +++ b/devel/cvsplot/Makefile @@ -10,9 +10,9 @@ MASTER_SITES= SF MAINTAINER= erik@bz.bzflag.bz COMMENT= Perl script which analyses the history of a CVS-managed project -RUN_DEPENDS= p5-Date-Manip>=0:${PORTSDIR}/devel/p5-Date-Manip \ - p5-String-ShellQuote>=0:${PORTSDIR}/textproc/p5-String-ShellQuote \ - gnuplot:${PORTSDIR}/math/gnuplot +RUN_DEPENDS= p5-Date-Manip>=0:devel/p5-Date-Manip \ + p5-String-ShellQuote>=0:textproc/p5-String-ShellQuote \ + gnuplot:math/gnuplot NO_BUILD= yes PLIST_FILES= bin/cvsplot |