summaryrefslogtreecommitdiff
path: root/www/geolizer
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>2004-11-11 21:04:28 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>2004-11-11 21:04:28 +0000
commit1e57bb4868d72c49bad133ff3d36e5dc7b2f1e6f (patch)
tree0b25a0a7e2a36b25535a59cfa0d9bf1575646e27 /www/geolizer
parentAdd optional languages support (diff)
Fix lang selection in prev. patch
Notes
Notes: svn path=/head/; revision=121410
Diffstat (limited to 'www/geolizer')
-rw-r--r--www/geolizer/Makefile4
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