diff options
author | ache <ache@FreeBSD.org> | 2004-11-12 05:04:28 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2004-11-12 05:04:28 +0800 |
commit | 8031eef123dd0e980ab905245c5ca096d7bc7fc1 (patch) | |
tree | 3980366727ca028de84723a5956610482541b594 /www | |
parent | bf53612b85daa190db280fc31aecf21732361968 (diff) | |
download | freebsd-ports-gnome-8031eef123dd0e980ab905245c5ca096d7bc7fc1.tar.gz freebsd-ports-gnome-8031eef123dd0e980ab905245c5ca096d7bc7fc1.tar.zst freebsd-ports-gnome-8031eef123dd0e980ab905245c5ca096d7bc7fc1.zip |
Fix lang selection in prev. patch
Diffstat (limited to 'www')
-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 |