aboutsummaryrefslogtreecommitdiffstats
path: root/www/mod_uid
diff options
context:
space:
mode:
authorohauer <ohauer@FreeBSD.org>2011-06-28 05:12:10 +0800
committerohauer <ohauer@FreeBSD.org>2011-06-28 05:12:10 +0800
commit3da1070835f487de4def08588dd1e86eb8a1a6aa (patch)
treeff6f8f15036de2dad768fa63fd08ff54da48388e /www/mod_uid
parentb7701ea6ae181b2d9b3cd7c23de307c2fd4a967d (diff)
downloadfreebsd-ports-gnome-3da1070835f487de4def08588dd1e86eb8a1a6aa.tar.gz
freebsd-ports-gnome-3da1070835f487de4def08588dd1e86eb8a1a6aa.tar.zst
freebsd-ports-gnome-3da1070835f487de4def08588dd1e86eb8a1a6aa.zip
- 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)
Diffstat (limited to 'www/mod_uid')
-rw-r--r--www/mod_uid/Makefile6
1 files changed, 4 insertions, 2 deletions
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 <bsd.port.pre.mk>
-.if !defined(APACHE_PORT) || ${APACHE_VERSION} == "13"
+.if ${APACHE_VERSION} == 13
MODULENAME= mod_uid
.else
IGNORE= does not build with latest apache20/22