From 52c562f5731f34c841ec53731465932b1b386bc1 Mon Sep 17 00:00:00 2001 From: az Date: Sat, 30 Jun 2012 14:07:27 +0000 Subject: - Remove SITE_PERL from *_DEPENDS Approved by: portmgr@ (bapt@) --- devel/cvsplot/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'devel/cvsplot') diff --git a/devel/cvsplot/Makefile b/devel/cvsplot/Makefile index b9e7e7f242f4..d058cc181437 100644 --- a/devel/cvsplot/Makefile +++ b/devel/cvsplot/Makefile @@ -15,8 +15,8 @@ MASTER_SITES= SF MAINTAINER= erik@bz.bzflag.bz COMMENT= A perl script which analyses the history of a CVS-managed project -RUN_DEPENDS= ${SITE_PERL}/Date/Manip.pm:${PORTSDIR}/devel/p5-Date-Manip \ - ${SITE_PERL}/String/ShellQuote.pm:${PORTSDIR}/textproc/p5-String-ShellQuote \ +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 -- cgit