diff options
author | maho <maho@FreeBSD.org> | 2007-09-04 14:18:58 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2007-09-04 14:18:58 +0800 |
commit | 91eaf56454d3253e7159251c606af7cf5ef23ac7 (patch) | |
tree | edce2944d131df4a577a3d8eaad7ac83fba78a0d /editors/openoffice.org-3-devel | |
parent | 546f0ba4bbcd82afbad9d172d55643674a6a329f (diff) | |
download | freebsd-ports-gnome-91eaf56454d3253e7159251c606af7cf5ef23ac7.tar.gz freebsd-ports-gnome-91eaf56454d3253e7159251c606af7cf5ef23ac7.tar.zst freebsd-ports-gnome-91eaf56454d3253e7159251c606af7cf5ef23ac7.zip |
Kris reported that to >9Gb of space is required to build ooo ports.
Diffstat (limited to 'editors/openoffice.org-3-devel')
-rw-r--r-- | editors/openoffice.org-3-devel/files/Makefile.knobs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/openoffice.org-3-devel/files/Makefile.knobs b/editors/openoffice.org-3-devel/files/Makefile.knobs index deb2059d1b29..8c404b81a707 100644 --- a/editors/openoffice.org-3-devel/files/Makefile.knobs +++ b/editors/openoffice.org-3-devel/files/Makefile.knobs @@ -160,6 +160,6 @@ pre-fetch: .elif ${LOCALIZED_LANG} == "all" @${ECHO} "of free diskspace (~ 35GB) and memory (~ 2GB)." .else - @${ECHO} "of free diskspace (~ 9GB) and memory (~ 2GB)." + @${ECHO} "of free diskspace (~ 10GB) and memory (~ 2GB)." .endif @${ECHO} "If you want SDK and/or solver, please type make sdk and/or make solver" |