diff options
author | Olli Hauer <ohauer@FreeBSD.org> | 2011-06-26 19:26:14 +0000 |
---|---|---|
committer | Olli Hauer <ohauer@FreeBSD.org> | 2011-06-26 19:26:14 +0000 |
commit | 7af7a7d362311f39591ec55d0bcd3286444207b0 (patch) | |
tree | 979e968008f38a469575582d2f959df4786978a7 | |
parent | 39a6c38806b08087fe4d5f32d5a188fe1486a77b (diff) |
Notes
-rw-r--r-- | www/p5-Apache-Reload/Makefile | 5 | ||||
-rw-r--r-- | www/p5-Apache-Test/Makefile | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/www/p5-Apache-Reload/Makefile b/www/p5-Apache-Reload/Makefile index 052b9c4f1f44..8ff47750ce27 100644 --- a/www/p5-Apache-Reload/Makefile +++ b/www/p5-Apache-Reload/Makefile @@ -19,7 +19,10 @@ CONFLICTS= ap2[02]-mod_perl2-2.0.[5-9]* MAKE_JOBS_SAFE= yes PERL_CONFIGURE= yes -USE_APACHE= 13+ + +# Changed to apache13 exclusive, else apache13 ports +# are broken if apache22 is set as default +USE_APACHE= 13 MAN3= Apache2::Reload.3 Apache::Reload.3 diff --git a/www/p5-Apache-Test/Makefile b/www/p5-Apache-Test/Makefile index 701fd637ab31..afdbc450b0c6 100644 --- a/www/p5-Apache-Test/Makefile +++ b/www/p5-Apache-Test/Makefile @@ -17,7 +17,10 @@ COMMENT= Test.pm wrapper with helpers for testing Apache MAKE_JOBS_SAFE= yes PERL_CONFIGURE= yes -USE_APACHE= 1.3+ + +# Changed to apache13 exclusive, else apache13 ports +# are broken if apache22 is set as default +USE_APACHE= 13 .include <bsd.port.pre.mk> ## XXX: www/mod_perl2 currently @2.0.5 contains A-T 1.36, |