diff --git a/Library/Homebrew/formula.rb b/Library/Homebrew/formula.rb index 523de244df..d544bd6687 100644 --- a/Library/Homebrew/formula.rb +++ b/Library/Homebrew/formula.rb @@ -2340,7 +2340,7 @@ class Formula end # If this formula conflicts with another one. - #
conflicts_with "imagemagick", :because => "because this is just a stupid example"+ #
conflicts_with "imagemagick", :because => "because both install 'convert' binaries"def conflicts_with(*names) opts = names.last.is_a?(Hash) ? names.pop : {} names.each { |name| conflicts << FormulaConflict.new(name, opts[:because]) }