Skip to content
Snippets Groups Projects
Commit 6a131ced authored by Adam Vandenberg's avatar Adam Vandenberg
Browse files

Remove fink/macports from verbose --config if they are not present.

parent fabc7eb9
No related branches found
No related tags found
No related merge requests found
......@@ -125,7 +125,8 @@ module Homebrew extend self
puts "GCC-4.2: build #{gcc_42}" if gcc_42
puts "LLVM-GCC: #{llvm ? "build #{llvm}" : "N/A"}"
puts "Clang: #{clang ? "#{clang} build #{clang_build}" : "N/A"}"
puts "MacPorts or Fink? #{macports_or_fink_installed?}"
ponk = macports_or_fink_installed?
puts "MacPorts or Fink? #{ponk}" if ponk
puts "System Ruby: #{RUBY_VERSION}-#{RUBY_PATCHLEVEL}"
puts "Perl: #{describe_perl}"
puts "Python: #{describe_python}"
......
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