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:
parent
95acaeb98f
commit
5229bbf304
@ -208,7 +208,7 @@ class X11Dependency < Requirement
|
|||||||
|
|
||||||
def message; <<-EOS.undent
|
def message; <<-EOS.undent
|
||||||
Unsatisfied dependency: XQuartz #{@min_version}
|
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
|
https://xquartz.macosforge.org
|
||||||
EOS
|
EOS
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user