diff options
author | rene <rene@FreeBSD.org> | 2012-11-08 18:08:37 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2012-11-08 18:08:37 +0800 |
commit | 81a55991bcc35a2114f5268c89a626a30241d22c (patch) | |
tree | 79f49c956d62ee4ff3900bab6360e022caadb65b /www/chromium | |
parent | 4b841bb66ceb4e575589ff3861c48abc8278f08a (diff) | |
download | freebsd-ports-gnome-81a55991bcc35a2114f5268c89a626a30241d22c.tar.gz freebsd-ports-gnome-81a55991bcc35a2114f5268c89a626a30241d22c.tar.zst freebsd-ports-gnome-81a55991bcc35a2114f5268c89a626a30241d22c.zip |
Re-update amount of free diskspace needed for the build.
Submitted by: osa
Feature safe: yes
Diffstat (limited to 'www/chromium')
-rw-r--r-- | www/chromium/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/chromium/Makefile b/www/chromium/Makefile index 26059a763189..4a439c914375 100644 --- a/www/chromium/Makefile +++ b/www/chromium/Makefile @@ -151,7 +151,7 @@ pre-everything:: .if ${PORT_OPTIONS:MDEBUG} @${ECHO_MSG} "and lots of free diskspace (~ 8.5GB)." .else - @${ECHO_MSG} "and a fair amount of free diskspace (~ 1.8GB)." + @${ECHO_MSG} "and a fair amount of free diskspace (~ 2.2GB)." .endif @${ECHO_MSG} |