diff options
Diffstat (limited to 'editors/openoffice-3-devel/files/Makefile.knobs')
-rw-r--r-- | editors/openoffice-3-devel/files/Makefile.knobs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/openoffice-3-devel/files/Makefile.knobs b/editors/openoffice-3-devel/files/Makefile.knobs index 6370fb721b04..63051290d634 100644 --- a/editors/openoffice-3-devel/files/Makefile.knobs +++ b/editors/openoffice-3-devel/files/Makefile.knobs @@ -121,10 +121,10 @@ pre-fetch: @${ECHO} "You can compile OOo with evolution2 support by" @${ECHO} "make -DWITH_EVOLUTION2" .endif -.if ${LOCALIZED_LANG} != "all" +.if ${LOCALIZED_LANG} != "alllangs" @${ECHO} @${ECHO} "You can compile OOo with full localized language support by" - @${ECHO} "make LOCALIZED_LANG=all" + @${ECHO} "make LOCALIZED_LANG=alllangs" .endif @${ECHO} @${ECHO} "You can select the language for OOo by making it with:" @@ -144,7 +144,7 @@ pre-fetch: @${ECHO} "To build OOo, you should have a lot" .if defined(WITH_DEBUG) @${ECHO} "of free diskspace (~ 18GB) and memory (~ 2GB)." -.elif ${LOCALIZED_LANG} == "all" +.elif ${LOCALIZED_LANG} == "alllangs" @${ECHO} "of free diskspace (~ 35GB) and memory (~ 2GB)." .else @${ECHO} "of free diskspace (~ 11GB) and memory (~ 2GB)." |