diff --git a/Library/Homebrew/cmd/audit.rb b/Library/Homebrew/cmd/audit.rb index 2d03a8ec3f902056bcde84d22d2f35d779dedd2d..0b7919563bcf7153f21d1d2b9581e3cdbca25d1c 100644 --- a/Library/Homebrew/cmd/audit.rb +++ b/Library/Homebrew/cmd/audit.rb @@ -141,6 +141,7 @@ class FormulaAuditor end dep.options.reject do |opt| + # TODO -- fix for :recommended, should still allow --with-xyz dep_f.build.has_option?(opt.name) end.each do |opt| problem "Dependency #{dep} does not define option #{opt.name.inspect}"