diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-05-09 07:08:39 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-05-09 07:08:39 +0000 |
commit | 48f0444a13ded24ce255b9360265d44e7bbca389 (patch) | |
tree | 0eb22085d1aa01032990ec54b3df97b660e30e65 /devel/cvsplot/Makefile | |
parent | 2730e1c1f5e337242713dc34a6374369bbe444b1 (diff) | |
download | ports-48f0444a13ded24ce255b9360265d44e7bbca389.tar.gz ports-48f0444a13ded24ce255b9360265d44e7bbca389.zip |
Notes
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 f69d947cd342..75c97fbbfdeb 100644 --- a/devel/cvsplot/Makefile +++ b/devel/cvsplot/Makefile @@ -7,7 +7,7 @@ # PORTNAME= cvsplot -PORTVERSION= 1.6.4 +PORTVERSION= 1.6.5 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -15,8 +15,8 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= erik@smluc.org COMMENT= A perl script which analyses the history of a CVS-managed project -RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Date/Manip.pm:${PORTSDIR}/devel/p5-Date-Manip \ - ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/String/ShellQuote.pm:${PORTSDIR}/textproc/p5-String-ShellQuote \ +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 NO_BUILD= yes |