diff options
author | skv <skv@FreeBSD.org> | 2004-04-03 19:06:13 +0800 |
---|---|---|
committer | skv <skv@FreeBSD.org> | 2004-04-03 19:06:13 +0800 |
commit | be5b437add49badd0d56db2092c016b8dd648cfd (patch) | |
tree | 5379933d5b628afa6b1ef38f49c4bec8f1d64fee /www | |
parent | 907b3a15001aec2d81e2785270360e5713484d34 (diff) | |
download | freebsd-ports-gnome-be5b437add49badd0d56db2092c016b8dd648cfd.tar.gz freebsd-ports-gnome-be5b437add49badd0d56db2092c016b8dd648cfd.tar.zst freebsd-ports-gnome-be5b437add49badd0d56db2092c016b8dd648cfd.zip |
Update dependency on www/p5-Apache-Test.
Pointed by: kris
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-Bundle-Slash/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/p5-Bundle-Slash/Makefile b/www/p5-Bundle-Slash/Makefile index 69b7d591e95c..67d136cf97bf 100644 --- a/www/p5-Bundle-Slash/Makefile +++ b/www/p5-Bundle-Slash/Makefile @@ -50,7 +50,7 @@ BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-D .if !defined(WITH_APACHE2) BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Apache/Cookie.pm:${PORTSDIR}/www/p5-libapreq \ - ${SITE_PERL}/Apache/Test.pm:${PORTSDIR}/www/p5-Apache-Test + ${SITE_PERL}/${PERL_ARCH}/Apache/Test.pm:${PORTSDIR}/www/p5-Apache-Test .endif RUN_DEPENDS= ${BUILD_DEPENDS} |