From c634b4bb839753aec2ae1040e2c80a5282402cb8 Mon Sep 17 00:00:00 2001 From: Ying-Chieh Liao Date: Fri, 24 Oct 2003 12:05:09 +0000 Subject: utilize SITE_PERL PR: 58166 Submitted by: Cheng-Lung Sung --- sysutils/cvsweb-converters/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'sysutils/cvsweb-converters') diff --git a/sysutils/cvsweb-converters/Makefile b/sysutils/cvsweb-converters/Makefile index 99a99186c19b..500d8e19795f 100644 --- a/sysutils/cvsweb-converters/Makefile +++ b/sysutils/cvsweb-converters/Makefile @@ -13,10 +13,10 @@ MASTER_SITES= http://www.sbox.TUGraz.at/home/d/dada/distfiles/ MAINTAINER= mkamm@gmx.net COMMENT= Create hyperlinks to cvsweb from cvs[up] output or FreeBSD commitlogs -RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/URI/Escape.pm:${PORTSDIR}/net/p5-URI \ - ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib \ - ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Config/IniFiles.pm:${PORTSDIR}/devel/p5-Config-IniFiles \ - ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Time/ParseDate.pm:${PORTSDIR}/devel/p5-Time-modules +RUN_DEPENDS= ${SITE_PERL}/URI/Escape.pm:${PORTSDIR}/net/p5-URI \ + ${SITE_PERL}/${PERL_ARCH}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib \ + ${SITE_PERL}/Config/IniFiles.pm:${PORTSDIR}/devel/p5-Config-IniFiles \ + ${SITE_PERL}/Time/ParseDate.pm:${PORTSDIR}/devel/p5-Time-modules NO_BUILD= yes USE_PERL5= yes -- cgit v1.2.3