aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlli Hauer <ohauer@FreeBSD.org>2011-06-26 19:26:14 +0000
committerOlli Hauer <ohauer@FreeBSD.org>2011-06-26 19:26:14 +0000
commit7af7a7d362311f39591ec55d0bcd3286444207b0 (patch)
tree979e968008f38a469575582d2f959df4786978a7
parent39a6c38806b08087fe4d5f32d5a188fe1486a77b (diff)
Notes
-rw-r--r--www/p5-Apache-Reload/Makefile5
-rw-r--r--www/p5-Apache-Test/Makefile5
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,