From e6f674f58776004d48863dbbc6a7878361b9d541 Mon Sep 17 00:00:00 2001 From: ohauer Date: Sun, 26 Jun 2011 17:41:52 +0000 Subject: - use apache range instaed of '+' port does not support apache20/22 --- www/mod_uid/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'www/mod_uid') diff --git a/www/mod_uid/Makefile b/www/mod_uid/Makefile index d2ff992365f5..8edc6ecc229e 100644 --- a/www/mod_uid/Makefile +++ b/www/mod_uid/Makefile @@ -15,7 +15,7 @@ COMMENT= A module issuing the "correct" cookies for counting the site visitors MAKE_JOBS_SAFE= yes -USE_APACHE= 1.3+ +USE_APACHE= 13-20 PORTDOCS= README.html @@ -24,7 +24,7 @@ AP_GENPLIST= yes .include -.if !defined(APACHE_PORT) || ${APACHE_PORT} == "www/apache13" || ${APACHE_VERSION} == "13" +.if !defined(APACHE_PORT) || ${APACHE_VERSION} == "13" MODULENAME= mod_uid .else IGNORE= does not build with latest apache20/22 -- cgit