wxwidgets: A more common name for wxmac.

- Change the blacklist to hint that we include wxpython with wxwidgets.

Closes Homebrew/homebrew#15407.

Signed-off-by: Max Howell <mxcl@me.com>
This commit is contained in:
samueljohn 2012-10-11 12:47:14 +02:00 committed by Max Howell
parent 35c47f81f2
commit 3fb5dfbd7b

View File

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