diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-10-24 12:05:09 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-10-24 12:05:09 +0000 |
commit | c634b4bb839753aec2ae1040e2c80a5282402cb8 (patch) | |
tree | d8b3fc97550f860aeb41c57751d2550e9ad6273e /www/reportmagic | |
parent | 386f40a6b587557ff9ef6bed9fccca2490a5d78d (diff) |
utilize SITE_PERL
PR: 58166
Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
Notes
Notes:
svn path=/head/; revision=92059
Diffstat (limited to 'www/reportmagic')
-rw-r--r-- | www/reportmagic/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/reportmagic/Makefile b/www/reportmagic/Makefile index ab5780d45e5a..9ca9ea8c0e07 100644 --- a/www/reportmagic/Makefile +++ b/www/reportmagic/Makefile @@ -18,10 +18,10 @@ MAINTAINER= jeremy@external.org COMMENT= A web site statistics post-processor for Analog RUN_DEPENDS= analog:${PORTSDIR}/www/analog \ - ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/GD/Graph3d.pm:${PORTSDIR}/graphics/p5-GD-Graph3d \ - ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/HTML/Parser.pm:${PORTSDIR}/www/p5-HTML-Parser \ - ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Config/IniFiles.pm:${PORTSDIR}/devel/p5-Config-IniFiles \ - ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp + ${SITE_PERL}/GD/Graph3d.pm:${PORTSDIR}/graphics/p5-GD-Graph3d \ + ${SITE_PERL}/${PERL_ARCH}/HTML/Parser.pm:${PORTSDIR}/www/p5-HTML-Parser \ + ${SITE_PERL}/Config/IniFiles.pm:${PORTSDIR}/devel/p5-Config-IniFiles \ + ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp WRKSRC= ${WRKDIR}/${DISTNAME} NO_BUILD= YES |