diff options
author | maho <maho@FreeBSD.org> | 2006-09-18 10:41:51 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2006-09-18 10:41:51 +0800 |
commit | ae1338a3e3016ddd4452dd90057742cd74946737 (patch) | |
tree | 1e363abd68abcb01ed11549877a509e92540041e /editors/openoffice-3 | |
parent | 03a9a7d1728acdde9320b0d4e5787349f0c8ef32 (diff) | |
download | freebsd-ports-gnome-ae1338a3e3016ddd4452dd90057742cd74946737.tar.gz freebsd-ports-gnome-ae1338a3e3016ddd4452dd90057742cd74946737.tar.zst freebsd-ports-gnome-ae1338a3e3016ddd4452dd90057742cd74946737.zip |
Add a note about compilation.
Submitted by: "Dr.-Ing. A. Haakh" <andreas@Haakh.de>
Diffstat (limited to 'editors/openoffice-3')
-rw-r--r-- | editors/openoffice-3/files/Makefile.knobs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/openoffice-3/files/Makefile.knobs b/editors/openoffice-3/files/Makefile.knobs index 69bfdd8d801a..3da5c5b7e813 100644 --- a/editors/openoffice-3/files/Makefile.knobs +++ b/editors/openoffice-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" |