diff options
-rw-r--r-- | www/p5-Apache-Filter/Makefile | 2 | ||||
-rw-r--r-- | www/p5-libapreq/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
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 |