diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-Apache-AuthenCache/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/p5-Apache-AuthenCache/Makefile b/www/p5-Apache-AuthenCache/Makefile index 4d81fa9c6eb9..a127a2bbdfc0 100644 --- a/www/p5-Apache-AuthenCache/Makefile +++ b/www/p5-Apache-AuthenCache/Makefile @@ -15,7 +15,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= Perl module that implements authentication caching -BUILD_DEPENDS= ${SITE_PERL}/Time/Object.pm:${PORTSDIR}/devel/p5-Time-Object \ +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Time/Object.pm:${PORTSDIR}/devel/p5-Time-Object \ ${SITE_PERL}/IPC/Cache.pm:${PORTSDIR}/devel/p5-IPC-Cache RUN_DEPENDS= ${BUILD_DEPENDS} |