From 3da1070835f487de4def08588dd1e86eb8a1a6aa Mon Sep 17 00:00:00 2001 From: ohauer Date: Mon, 27 Jun 2011 21:12:10 +0000 Subject: - add test for apache version - set USE_APACHE=13 explicit, since build with higher version is long time broken. with hat apache@ (with focus on changing default apache version to 22) --- www/mod_uid/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'www/mod_uid') diff --git a/www/mod_uid/Makefile b/www/mod_uid/Makefile index 8edc6ecc229e..5c1c8f512101 100644 --- a/www/mod_uid/Makefile +++ b/www/mod_uid/Makefile @@ -15,7 +15,9 @@ COMMENT= A module issuing the "correct" cookies for counting the site visitors MAKE_JOBS_SAFE= yes -USE_APACHE= 13-20 +# Changed to apache13 exclusive, else apache13 ports +# are broken if apache22 is set as default +USE_APACHE= 13 PORTDOCS= README.html @@ -24,7 +26,7 @@ AP_GENPLIST= yes .include -.if !defined(APACHE_PORT) || ${APACHE_VERSION} == "13" +.if ${APACHE_VERSION} == 13 MODULENAME= mod_uid .else IGNORE= does not build with latest apache20/22 -- cgit