diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2004-10-28 03:23:56 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2004-10-28 03:23:56 +0000 |
commit | 4a2b496452b818306541041f832d4a1814b45adf (patch) | |
tree | 7c2dcb49be191159505605c2be1926b0f47adb2d /www/p5-Apache-AuthenCache | |
parent | 4b6ed0cfd5736851d0b02f4b11bdeef441f0520f (diff) | |
download | ports-4a2b496452b818306541041f832d4a1814b45adf.tar.gz ports-4a2b496452b818306541041f832d4a1814b45adf.zip |
Notes
Diffstat (limited to 'www/p5-Apache-AuthenCache')
-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} |