Restore X11 description to --config output
Oops. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
88ad4c061d
commit
2761d3ee49
@ -64,7 +64,7 @@ module Homebrew extend self
|
||||
|
||||
def describe_x11
|
||||
return "N/A" unless MacOS::XQuartz.installed?
|
||||
return "#{MacOS::XQuartz.version} in " + describe_path(MacOS::XQuartz.prefix)
|
||||
return "#{MacOS::XQuartz.version} => " + describe_path(MacOS::XQuartz.prefix)
|
||||
end
|
||||
|
||||
def describe_perl
|
||||
@ -127,6 +127,7 @@ module Homebrew extend self
|
||||
puts "Clang: #{clang ? "#{clang} build #{clang_build}" : "N/A"}"
|
||||
ponk = macports_or_fink_installed?
|
||||
puts "MacPorts or Fink? #{ponk}" if ponk
|
||||
puts "X11: #{describe_x11}"
|
||||
puts "System Ruby: #{RUBY_VERSION}-#{RUBY_PATCHLEVEL}"
|
||||
puts "Perl: #{describe_perl}"
|
||||
puts "Python: #{describe_python}"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user