diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-12 16:41:28 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-12 16:41:28 +0000 |
commit | 4f9a4c9a942ca6e727f1bc219e5a4f6455cdf776 (patch) | |
tree | fa30c5a272c5bca86ab06c6a0cfd55c2d6a9f6e0 /devel/cvsplot | |
parent | 79c6756b725080e72a499f12b3a3387ec7eea9cd (diff) | |
download | ports-4f9a4c9a942ca6e727f1bc219e5a4f6455cdf776.tar.gz ports-4f9a4c9a942ca6e727f1bc219e5a4f6455cdf776.zip |
Notes
Diffstat (limited to 'devel/cvsplot')
-rw-r--r-- | devel/cvsplot/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/cvsplot/Makefile b/devel/cvsplot/Makefile index 1f1485f606c8..c4c20af4df81 100644 --- a/devel/cvsplot/Makefile +++ b/devel/cvsplot/Makefile @@ -14,10 +14,9 @@ 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 NO_BUILD= yes PLIST_FILES= bin/cvsplot -USES= shebangfix +USES= shebangfix perl5 SHEBANG_FILES= cvsplot.pl do-install: |