diff options
Diffstat (limited to 'editors/openoffice.org-3-RC/files/Makefile.knobs')
-rw-r--r-- | editors/openoffice.org-3-RC/files/Makefile.knobs | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/editors/openoffice.org-3-RC/files/Makefile.knobs b/editors/openoffice.org-3-RC/files/Makefile.knobs index 95662f9f5d00..ee500e7afd16 100644 --- a/editors/openoffice.org-3-RC/files/Makefile.knobs +++ b/editors/openoffice.org-3-RC/files/Makefile.knobs @@ -133,12 +133,19 @@ pre-fetch: @${ECHO} "You can compile OOo with evolution2 support by" @${ECHO} "make -DWITH_EVOLUTION2" .endif +.if ${LOCALIZED_LANG} != "all" + @${ECHO} + @${ECHO} "You can compile OOo with full localized language support by" + @${ECHO} "make LOCALIZED_LANG=all" +.endif @${ECHO} @${ECHO} "NOTICE:" @${ECHO} @${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" + @${ECHO} "of free diskspace (~ 35GB) and memory (~ 2GB)." .else @${ECHO} "of free diskspace (~ 9GB) and memory (~ 2GB)." .endif |