Skip to content
Snippets Groups Projects
Commit 5229bbf3 authored by Charlie Sharpsteen's avatar Charlie Sharpsteen
Browse files

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.
parent 95acaeb9
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment