diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2001-03-21 03:07:17 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2001-03-21 03:07:17 +0000 |
commit | de4df34ed3eccb04c895457409e30d9dddd5468d (patch) | |
tree | 898b02ba2f7157531d45d2a7e601f4ee6ba0db9e /www/mod_perl | |
parent | acb0f89ec8da34c3b02d25c60e2c2aa4f26542b8 (diff) | |
download | ports-de4df34ed3eccb04c895457409e30d9dddd5468d.tar.gz ports-de4df34ed3eccb04c895457409e30d9dddd5468d.zip |
Notes
Diffstat (limited to 'www/mod_perl')
-rw-r--r-- | www/mod_perl/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/www/mod_perl/Makefile b/www/mod_perl/Makefile index 2dbb3a91fc6f..0c495348127a 100644 --- a/www/mod_perl/Makefile +++ b/www/mod_perl/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 \ |