diff options
author | ohauer <ohauer@FreeBSD.org> | 2011-06-27 01:41:52 +0800 |
---|---|---|
committer | ohauer <ohauer@FreeBSD.org> | 2011-06-27 01:41:52 +0800 |
commit | e6f674f58776004d48863dbbc6a7878361b9d541 (patch) | |
tree | 9cb8d6ca44c907d88c58c1b4a0292314cb473b24 /www/mod_uid | |
parent | ee234c4778e455df0e219ef2adc0388541460aa0 (diff) | |
download | freebsd-ports-gnome-e6f674f58776004d48863dbbc6a7878361b9d541.tar.gz freebsd-ports-gnome-e6f674f58776004d48863dbbc6a7878361b9d541.tar.zst freebsd-ports-gnome-e6f674f58776004d48863dbbc6a7878361b9d541.zip |
- use apache range instaed of '+' port does not support apache20/22
Diffstat (limited to 'www/mod_uid')
-rw-r--r-- | www/mod_uid/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 <bsd.port.pre.mk> -.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 |