diff options
Diffstat (limited to 'www/mod_perl2/Makefile')
-rw-r--r-- | www/mod_perl2/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/www/mod_perl2/Makefile b/www/mod_perl2/Makefile index 2dbb3a91fc6f..0c495348127a 100644 --- a/www/mod_perl2/Makefile +++ b/www/mod_perl2/Makefile @@ -38,10 +38,6 @@ PERLSITEDIR= ${PREFIX}/lib/perl5/site_perl/${PERL_VER} .include <bsd.port.pre.mk> -.if ${OSVERSION} < 400000 -BROKEN= "see PR 14924; use p5-Apache instead" -.endif - do-configure: @ cd ${WRKSRC}; \ ${PERL5} Makefile.PL USE_APXS=1 EVERYTHING=1 \ |