1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00

- use apache range instaed of '+' port does not support apache20/22

This commit is contained in:
Olli Hauer 2011-06-26 17:41:52 +00:00
parent a3f95fe37e
commit d2d0470018
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=276450

View File

@ -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