diff options
author | araujo <araujo@FreeBSD.org> | 2008-06-22 12:27:33 +0800 |
---|---|---|
committer | araujo <araujo@FreeBSD.org> | 2008-06-22 12:27:33 +0800 |
commit | a16555b93cedbea87a550b71c399c32455c764df (patch) | |
tree | b6168ecd36a27e807cf2e33bab44abba96408f02 /www | |
parent | 5a79f17a46001da8a4d8717e21f97d8f7605c93b (diff) | |
download | freebsd-ports-gnome-a16555b93cedbea87a550b71c399c32455c764df.tar.gz freebsd-ports-gnome-a16555b93cedbea87a550b71c399c32455c764df.tar.zst freebsd-ports-gnome-a16555b93cedbea87a550b71c399c32455c764df.zip |
- Just mark it as ignore, because it's not for mod_perl2.
PR: ports/123875
Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> (maintainer)
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 |