diff options
author | clsung <clsung@FreeBSD.org> | 2004-10-28 11:23:56 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2004-10-28 11:23:56 +0800 |
commit | 0382b4fcaf0bb048696e1ff437794371ad1d957f (patch) | |
tree | 7bf92a488355031e57a0224e092feda9265a03ae /www | |
parent | c5da67f57b4545ac3eca65eb97efa450b1357e12 (diff) | |
download | freebsd-ports-gnome-0382b4fcaf0bb048696e1ff437794371ad1d957f.tar.gz freebsd-ports-gnome-0382b4fcaf0bb048696e1ff437794371ad1d957f.tar.zst freebsd-ports-gnome-0382b4fcaf0bb048696e1ff437794371ad1d957f.zip |
- fix depends path
- Log:
http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.5.2004101518/p5-Apache-AuthenCache-1.00.log
Approved by: co-mentor (vanilla)
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} |