diff --git a/Library/Homebrew/blacklist.rb b/Library/Homebrew/blacklist.rb index 10e9196f6b..be50a478fc 100644 --- a/Library/Homebrew/blacklist.rb +++ b/Library/Homebrew/blacklist.rb @@ -16,11 +16,9 @@ def blacklisted? name However not all build scripts look for these hard enough, so you may need to call ENV.libxml2 in your formula's install function. EOS - when 'wxwidgets' then <<-EOS.undent - An old version of wxWidgets can be found in /usr/X11/lib. However, Homebrew - does provide a newer version: - - brew install wxmac + when 'wxpython' then <<-EOS.undent + The Python bindings (import wx) for wxWidgets are installed by: + brew install wxwidgets EOS when 'tex', 'tex-live', 'texlive' then <<-EOS.undent Installing TeX from source is weird and gross, requires a lot of patches,