diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:00:51 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:00:51 +0000 |
commit | 4e1b79a0a61f4973df8b4b0864d22086c769e219 (patch) | |
tree | 78ceaf1b099c56a40c240ab46278cdf4ae9e7c01 /devel/cvsplot | |
parent | 7f4572eae4327c4403d9ef714cb6de917650662a (diff) |
Notes
Diffstat (limited to 'devel/cvsplot')
-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 |