diff options
author | kris <kris@FreeBSD.org> | 2004-05-21 13:45:01 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-05-21 13:45:01 +0800 |
commit | 59187bc386463a260c8c298ef5ceeefbd9480b7a (patch) | |
tree | ed948d073c7eed96362b0f66dd91c72d62d550c4 | |
parent | 38612340190406f59485b42297249c3dd67bc55c (diff) | |
download | freebsd-ports-graphics-59187bc386463a260c8c298ef5ceeefbd9480b7a.tar.gz freebsd-ports-graphics-59187bc386463a260c8c298ef5ceeefbd9480b7a.tar.zst freebsd-ports-graphics-59187bc386463a260c8c298ef5ceeefbd9480b7a.zip |
Add missing USE_PERL5
-rw-r--r-- | devel/cvsplot/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/cvsplot/Makefile b/devel/cvsplot/Makefile index f9fc04601be..87380396138 100644 --- a/devel/cvsplot/Makefile +++ b/devel/cvsplot/Makefile @@ -19,6 +19,7 @@ RUN_DEPENDS= ${SITE_PERL}/Date/Manip.pm:${PORTSDIR}/devel/p5-Date-Manip \ ${SITE_PERL}/String/ShellQuote.pm:${PORTSDIR}/textproc/p5-String-ShellQuote \ gnuplot:${PORTSDIR}/math/gnuplot +USE_PERL5= yes NO_BUILD= yes PLIST_FILES= bin/cvsplot |