From f0d3386ed01ac0e1d361e4cb1e7789d368f2f2e0 Mon Sep 17 00:00:00 2001 From: skv Date: Sat, 3 Apr 2004 10:56:26 +0000 Subject: Update dependency on www/p5-Apache-Test. Pointed by: kris --- www/p5-Apache-Filter/Makefile | 2 +- www/p5-libapreq/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'www') diff --git a/www/p5-Apache-Filter/Makefile b/www/p5-Apache-Filter/Makefile index b1091a0b72ce..56404c7d74bd 100644 --- a/www/p5-Apache-Filter/Makefile +++ b/www/p5-Apache-Filter/Makefile @@ -17,7 +17,7 @@ COMMENT= Perl module to alter the output of previous handlers RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/mod_perl.pm:${PORTSDIR}/www/mod_perl BUILD_DEPENDS= ${RUN_DEPENDS} \ - ${SITE_PERL}/Apache/Test.pm:${PORTSDIR}/www/p5-Apache-Test + ${SITE_PERL}/${PERL_ARCH}/Apache/Test.pm:${PORTSDIR}/www/p5-Apache-Test PERL_CONFIGURE= yes INSTALL_TARGET= pure_install diff --git a/www/p5-libapreq/Makefile b/www/p5-libapreq/Makefile index 02355fd7a4ce..5dd11a3fd0ae 100644 --- a/www/p5-libapreq/Makefile +++ b/www/p5-libapreq/Makefile @@ -20,7 +20,7 @@ IGNORE= "This port does not support mod_perl2" .else RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/mod_perl.pm:${PORTSDIR}/www/mod_perl BUILD_DEPENDS= ${RUN_DEPENDS} \ - ${SITE_PERL}/Apache/Test.pm:${PORTSDIR}/www/p5-Apache-Test + ${SITE_PERL}/${PERL_ARCH}/Apache/Test.pm:${PORTSDIR}/www/p5-Apache-Test .endif PERL_CONFIGURE= yes -- cgit