diff options
author | roam <roam@FreeBSD.org> | 2001-01-09 21:36:30 +0800 |
---|---|---|
committer | roam <roam@FreeBSD.org> | 2001-01-09 21:36:30 +0800 |
commit | 6450839aa4a8f5480f1124e67e3c0a642691672b (patch) | |
tree | 17a7ea4a57684797acbe3aaf7fff75ed443eb935 /www/p5-Apache-AuthenCache | |
parent | 0c5480647a8ab5dfb93dac0c9f97aad4a67f2897 (diff) | |
download | freebsd-ports-gnome-6450839aa4a8f5480f1124e67e3c0a642691672b.tar.gz freebsd-ports-gnome-6450839aa4a8f5480f1124e67e3c0a642691672b.tar.zst freebsd-ports-gnome-6450839aa4a8f5480f1124e67e3c0a642691672b.zip |
Depend on devel/p5-Tie-IxHash, not www/p5-Tie-IxHash.
Approved by: will
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 3d02847921bf..8755af20cd13 100644 --- a/www/p5-Apache-AuthenCache/Makefile +++ b/www/p5-Apache-AuthenCache/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org -BUILD_DEPENDS= ${SITE_PERL}/Tie/IxHash.pm:${PORTSDIR}/www/p5-Tie-IxHash +BUILD_DEPENDS= ${SITE_PERL}/Tie/IxHash.pm:${PORTSDIR}/devel/p5-Tie-IxHash SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER} USE_PERL5= yes |