diff options
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 |