diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2008-03-16 20:56:01 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2008-03-16 20:56:01 +0000 |
commit | 54e8e198f4732d0653d3dbfb3ce10f62f4a03c45 (patch) | |
tree | e5aa547ee950592f218c87bfc19661f5405034ac /www | |
parent | 4e06917556468998953f28ed3f87859486523ee9 (diff) | |
download | ports-54e8e198f4732d0653d3dbfb3ce10f62f4a03c45.tar.gz ports-54e8e198f4732d0653d3dbfb3ce10f62f4a03c45.zip |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/mod_geoip/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mod_geoip/Makefile b/www/mod_geoip/Makefile index 57b65aa94924..5135dd0e2e3c 100644 --- a/www/mod_geoip/Makefile +++ b/www/mod_geoip/Makefile @@ -20,7 +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 +AP_EXTRAS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib -lGeoIP .include <bsd.port.pre.mk> |