diff --git a/Library/Homebrew/formula_installer.rb b/Library/Homebrew/formula_installer.rb index 2d6aa7b0f3..d3b28d00df 100644 --- a/Library/Homebrew/formula_installer.rb +++ b/Library/Homebrew/formula_installer.rb @@ -348,7 +348,7 @@ class FormulaInstaller fi = DependencyInstaller.new(df) fi.options |= tab.used_options - fi.options |= dep.options + fi.options |= Tab.remap_deprecated_options(df.deprecated_options, dep.options) fi.options |= inherited_options fi.build_from_source = build_from_source? fi.verbose = verbose? && !quieter?