diff options
author | sem <sem@FreeBSD.org> | 2005-05-17 17:18:23 +0000 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2005-05-17 17:18:23 +0000 |
commit | 2a28a0f1d9adc608188672404483dfbacc4abd40 (patch) | |
tree | d821dcd7becc521e07c7091a250bc64ff07df60d /www/p5-PLP | |
parent | 3cd709fac494ee56f779f1c82b912df546c1dbb8 (diff) | |
download | FreeBSD-ports-2a28a0f1d9adc608188672404483dfbacc4abd40.zip FreeBSD-ports-2a28a0f1d9adc608188672404483dfbacc4abd40.tar.gz |
- Mark ports BROKEN when/if they depend on mod_perl2.
With current mod_perl2 API change all old code *will* broken.
Diffstat (limited to 'www/p5-PLP')
-rw-r--r-- | www/p5-PLP/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/p5-PLP/Makefile b/www/p5-PLP/Makefile index 495002b..154dcc5 100644 --- a/www/p5-PLP/Makefile +++ b/www/p5-PLP/Makefile @@ -23,6 +23,7 @@ MAN3= PLP.3 PLP::FAQ.3 PLP::Fields.3 PLP::Functions.3 PLP::HowTo.3 \ .if ${WITH_MOD_PERL} == 1 RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/mod_perl.pm:${PORTSDIR}/www/mod_perl .elif ${WITH_MOD_PERL} == 2 +BROKEN= Broken due the new mod_perl2 API RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Apache2/mod_perl.pm:${PORTSDIR}/www/mod_perl2 EXTRA_PATCHES= ${PATCHDIR}/extra-patch-mod_perl2.pm .else |