From b6ff4ae612ec59636b951fb6dcd8ee02106025c5 Mon Sep 17 00:00:00 2001 From: John Marino Date: Wed, 13 Aug 2014 20:28:07 +0000 Subject: [PATCH] www/mod_geoip2: Enable module to build on Apache24 The main site indicates that module works with Apache 2.4 and the submitted has tested it on FreeBSD 10/i386 PR: 192127 Submitted by: John Marshall Approved by: maintainer timeout (3 weeks) --- www/mod_geoip2/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/mod_geoip2/Makefile b/www/mod_geoip2/Makefile index 919ac2b8b390..74fba5786574 100644 --- a/www/mod_geoip2/Makefile +++ b/www/mod_geoip2/Makefile @@ -17,7 +17,7 @@ LICENSE= APACHE20 BUILD_DEPENDS= GeoIP>=1.4.4:${PORTSDIR}/net/GeoIP RUN_DEPENDS= GeoIP>=1.4.4:${PORTSDIR}/net/GeoIP -USE_APACHE= 22 +USE_APACHE= 22+ MODULENAME= mod_geoip AP_FAST_BUILD= yes AP_GENPLIST= yes