diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2005-05-17 17:18:23 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2005-05-17 17:18:23 +0000 |
commit | ab908d209c4065efb03d0b588f9db1bd2de0d4b2 (patch) | |
tree | 1f336bda18d078674e000a4d44cb585055f52e08 /www/p5-PLP/Makefile | |
parent | d0a81ab302abf231ddda3c1558d038a459e76950 (diff) | |
download | ports-ab908d209c4065efb03d0b588f9db1bd2de0d4b2.tar.gz ports-ab908d209c4065efb03d0b588f9db1bd2de0d4b2.zip |
Notes
Diffstat (limited to 'www/p5-PLP/Makefile')
-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 495002bed8cc..154dcc56ec46 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 |