diff options
author | sheldonh <sheldonh@FreeBSD.org> | 2000-01-18 14:27:11 +0000 |
---|---|---|
committer | sheldonh <sheldonh@FreeBSD.org> | 2000-01-18 14:27:11 +0000 |
commit | 8f7e80d037aaa40c73bebe6634120af3ba5f1a04 (patch) | |
tree | 8d031ec8dca835b1dc6945f3f675125ef919ea5f | |
parent | a790c0bf1ad0a0a3b110ecb907eed955320cde30 (diff) | |
download | FreeBSD-ports-8f7e80d037aaa40c73bebe6634120af3ba5f1a04.zip FreeBSD-ports-8f7e80d037aaa40c73bebe6634120af3ba5f1a04.tar.gz |
Mark BROKEN for STABLE as well. Whatever difference between STABLE
and CURRENT used to allow this to work has gone away. :-(
PR: 14924
-rw-r--r-- | www/mod_perl/Makefile | 6 | ||||
-rw-r--r-- | www/mod_perl2/Makefile | 6 |
2 files changed, 2 insertions, 10 deletions
diff --git a/www/mod_perl/Makefile b/www/mod_perl/Makefile index dd0c05c..50ebda4 100644 --- a/www/mod_perl/Makefile +++ b/www/mod_perl/Makefile @@ -34,11 +34,7 @@ MAN3= Apache.3 Apache::Constants.3 Apache::ExtUtils.3 \ mod_perl_tuning.3 MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 400000 BROKEN= "see PR 14924; use p5-Apache instead" -.endif do-configure: @ cd ${WRKSRC}; \ @@ -52,4 +48,4 @@ post-install: ${PREFIX}/include/apache/modules/perl ${SH} ${PKGINSTALL} -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/www/mod_perl2/Makefile b/www/mod_perl2/Makefile index dd0c05c..50ebda4 100644 --- a/www/mod_perl2/Makefile +++ b/www/mod_perl2/Makefile @@ -34,11 +34,7 @@ MAN3= Apache.3 Apache::Constants.3 Apache::ExtUtils.3 \ mod_perl_tuning.3 MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 400000 BROKEN= "see PR 14924; use p5-Apache instead" -.endif do-configure: @ cd ${WRKSRC}; \ @@ -52,4 +48,4 @@ post-install: ${PREFIX}/include/apache/modules/perl ${SH} ${PKGINSTALL} -.include <bsd.port.post.mk> +.include <bsd.port.mk> |