diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2008-03-16 16:44:56 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2008-03-16 16:44:56 +0000 |
commit | 33ce0f99e95d2d9b563c93281ed44a74e9ad29fd (patch) | |
tree | 227f4001340fada0f31052eef83b6a5e1f2b8fe3 /www/mod_geoip | |
parent | - Update to 2.5. (diff) |
Add
AP_EXTRAS+= -I${LOCALBASE}/include
for GeoIP.h
(can't compile with apache13 otherwise)
Diffstat (limited to 'www/mod_geoip')
-rw-r--r-- | www/mod_geoip/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/mod_geoip/Makefile b/www/mod_geoip/Makefile index 73a2c9658b62..57b65aa94924 100644 --- a/www/mod_geoip/Makefile +++ b/www/mod_geoip/Makefile @@ -20,6 +20,7 @@ RUN_DEPENDS= GeoIP>=1.4.4:${PORTSDIR}/net/GeoIP USE_APACHE= 1.3 AP_FAST_BUILD= yes AP_GENPLIST= yes +AP_EXTRAS+= -I${LOCALBASE}/include .include <bsd.port.pre.mk> |