diff options
author | Marcelo Araujo <araujo@FreeBSD.org> | 2008-06-22 04:27:33 +0000 |
---|---|---|
committer | Marcelo Araujo <araujo@FreeBSD.org> | 2008-06-22 04:27:33 +0000 |
commit | e4d0664b0c1723122f0138a0c38e3014f45befcb (patch) | |
tree | 1f0b49b1f44ae8ee20015005f8a3fcce9555c8b7 /www | |
parent | c7d84472f3071515de65a818e0569bc27e52e30d (diff) |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-Apache-AuthenCache/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/p5-Apache-AuthenCache/Makefile b/www/p5-Apache-AuthenCache/Makefile index 9bb0328e3a6d..1d2308cf2821 100644 --- a/www/p5-Apache-AuthenCache/Makefile +++ b/www/p5-Apache-AuthenCache/Makefile @@ -20,8 +20,7 @@ BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Time/Object.pm:${PORTSDIR}/devel/p5-Tim RUN_DEPENDS= ${BUILD_DEPENDS} .if defined(WITH_APACHE2) -BROKEN= Broken due the new mod_perl2 API -BUILD_DEPENDS+= ${LOCALBASE}/libexec/apache2/mod_perl.so:${PORTSDIR}/www/mod_perl2 +IGNORE= this module is only for www/mod_perl .else BUILD_DEPENDS+= ${LOCALBASE}/libexec/apache/libperl.so:${PORTSDIR}/www/mod_perl .endif |