summaryrefslogtreecommitdiff
path: root/editors/openoffice.org-2.0-devel/files
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2006-09-18 02:41:51 +0000
committerMaho Nakata <maho@FreeBSD.org>2006-09-18 02:41:51 +0000
commite6dea1857c3fd1a99620cea419465c396067b768 (patch)
tree214242af9c512f80eb9bb7d27712716bdc9600c5 /editors/openoffice.org-2.0-devel/files
parent- If users have their customized configuration files, pkg_delete will (diff)
Add a note about compilation.
Submitted by: "Dr.-Ing. A. Haakh" <andreas@Haakh.de>
Notes
Notes: svn path=/head/; revision=173272
Diffstat (limited to 'editors/openoffice.org-2.0-devel/files')
-rw-r--r--editors/openoffice.org-2.0-devel/files/Makefile.knobs4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/openoffice.org-2.0-devel/files/Makefile.knobs b/editors/openoffice.org-2.0-devel/files/Makefile.knobs
index 69bfdd8d801a..3da5c5b7e813 100644
--- a/editors/openoffice.org-2.0-devel/files/Makefile.knobs
+++ b/editors/openoffice.org-2.0-devel/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"