Clarify that brew does not provide XQuartz

Reword the `X11Dependency` error message so that it is clear that an installer
must be downloaded.

Ref Homebrew/homebrew#14851.
This commit is contained in:
Charlie Sharpsteen 2012-09-10 21:49:08 -07:00
parent 95acaeb98f
commit 5229bbf304

View File

@ -208,7 +208,7 @@ class X11Dependency < Requirement
def message; <<-EOS.undent
Unsatisfied dependency: XQuartz #{@min_version}
Please install the latest version of XQuartz:
Homebrew does not package XQuartz. Installers may be found at:
https://xquartz.macosforge.org
EOS
end