diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2004-11-11 21:04:28 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2004-11-11 21:04:28 +0000 |
commit | 1e57bb4868d72c49bad133ff3d36e5dc7b2f1e6f (patch) | |
tree | 0b25a0a7e2a36b25535a59cfa0d9bf1575646e27 /www/geolizer | |
parent | 912e002c0e55fe32ce7f2458c3dede99e3b4f61a (diff) | |
download | ports-1e57bb4868d72c49bad133ff3d36e5dc7b2f1e6f.tar.gz ports-1e57bb4868d72c49bad133ff3d36e5dc7b2f1e6f.zip |
Notes
Diffstat (limited to 'www/geolizer')
-rw-r--r-- | www/geolizer/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/geolizer/Makefile b/www/geolizer/Makefile index f71b6a5ecc80..43450e756612 100644 --- a/www/geolizer/Makefile +++ b/www/geolizer/Makefile @@ -51,10 +51,12 @@ CONFIGURE_ARGS+= --enable-dns \ --with-geoip-lib=${LOCALBASE}/lib \ --with-geoip-inc=${LOCALBASE}/include \ --with-png=${LOCALBASE}/lib \ - --with-png-inc=${LOCALBASE}/include \ + --with-png-inc=${LOCALBASE}/include .if defined(GEOLIZER_LANG) CONFIGURE_ARGS+= --with-language=${GEOLIZER_LANG} +.else +CONFIGURE_ARGS+= --with-language=english .endif CFLAGS+= -DLINKLIST_MAX_STRING=256 |