diff options
Diffstat (limited to 'editors/openoffice.org-2/files/Makefile.knobs')
-rw-r--r-- | editors/openoffice.org-2/files/Makefile.knobs | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/editors/openoffice.org-2/files/Makefile.knobs b/editors/openoffice.org-2/files/Makefile.knobs index 0afc3ac..0fd696f 100644 --- a/editors/openoffice.org-2/files/Makefile.knobs +++ b/editors/openoffice.org-2/files/Makefile.knobs @@ -18,10 +18,7 @@ CONFIGURE_ARGS+= --enable-cups .endif .if defined(ALL_LOCALIZED_LANGS) -CONFIGURE_ARGS+= --with-lang="en-US ar ca cs da de el es et fi fr he hi-IN hu it ja ko pl pt pt-BR ru sk sl sv th tr zh-CN zh-TW" -#following langs still seem to be under development -#af bg cy eo eu gl kn-IN lt nb nl nn ns tn zu -#CONFIGURE_ARGS+= --with-lang=ALL +CONFIGURE_ARGS+= --with-lang=ALL .else CONFIGURE_ARGS+= --with-lang=${LOCALIZED_LANG} .endif |