summaryrefslogtreecommitdiff
path: root/editors/openoffice.org-2.0/files
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2006-10-10 02:32:28 +0000
committerMaho Nakata <maho@FreeBSD.org>2006-10-10 02:32:28 +0000
commit6de3484af15fb435859767284e597e587316f8bb (patch)
tree7d4e32e91868896c0bf3a3a427a25441fff591e8 /editors/openoffice.org-2.0/files
parentmath/elmer-umfpack and math/suitesparse conflicts. (diff)
OOo requires total 2Gbytes of memory or swap since the last year.
Notes
Notes: svn path=/head/; revision=175169
Diffstat (limited to 'editors/openoffice.org-2.0/files')
-rw-r--r--editors/openoffice.org-2.0/files/Makefile.knobs4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/openoffice.org-2.0/files/Makefile.knobs b/editors/openoffice.org-2.0/files/Makefile.knobs
index 3da5c5b7e813..85ab949146a4 100644
--- a/editors/openoffice.org-2.0/files/Makefile.knobs
+++ b/editors/openoffice.org-2.0/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) and memory (~ 1GB)."
+ @${ECHO} "of free diskspace (~ 18GB) and memory (~ 2GB)."
.else
- @${ECHO} "of free diskspace (~ 9GB) and memory (~ 1GB)."
+ @${ECHO} "of free diskspace (~ 9GB) and memory (~ 2GB)."
.endif
@${ECHO} "If you want SDK and/or solver, please type make sdk and/or make solver"