diff options
author | Maho Nakata <maho@FreeBSD.org> | 2006-09-18 02:41:51 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2006-09-18 02:41:51 +0000 |
commit | e6dea1857c3fd1a99620cea419465c396067b768 (patch) | |
tree | 214242af9c512f80eb9bb7d27712716bdc9600c5 /editors/openoffice.org-3 | |
parent | 76f066a360f212d33584b96b7a95c6c45e170b52 (diff) | |
download | ports-e6dea1857c3fd1a99620cea419465c396067b768.tar.gz ports-e6dea1857c3fd1a99620cea419465c396067b768.zip |
Notes
Diffstat (limited to 'editors/openoffice.org-3')
-rw-r--r-- | editors/openoffice.org-3/files/Makefile.knobs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/openoffice.org-3/files/Makefile.knobs b/editors/openoffice.org-3/files/Makefile.knobs index 69bfdd8d801a..3da5c5b7e813 100644 --- a/editors/openoffice.org-3/files/Makefile.knobs +++ b/editors/openoffice.org-3/files/Makefile.knobs @@ -126,8 +126,8 @@ pre-fetch: @${ECHO} @${ECHO} "To build OOo, you should have a lot" .if defined(WITH_DEBUG) - @${ECHO} "of free diskspace (~ 18GB)." + @${ECHO} "of free diskspace (~ 18GB) and memory (~ 1GB)." .else - @${ECHO} "of free diskspace (~ 9GB)." + @${ECHO} "of free diskspace (~ 9GB) and memory (~ 1GB)." .endif @${ECHO} "If you want SDK and/or solver, please type make sdk and/or make solver" |