diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-05-21 05:45:01 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-05-21 05:45:01 +0000 |
commit | dcbe0f5cd30d634850165646589ad5c0a12212a7 (patch) | |
tree | d4ad650d0244e9016b9ea585a5457536e78f9fb2 | |
parent | BROKEN on 4.x: Does not compile (diff) |
Add missing USE_PERL5
Notes
Notes:
svn path=/head/; revision=109581
-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 f9fc04601be4..87380396138c 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 |