diff options
| author | samueljohn | 2012-10-11 12:47:14 +0200 |
|---|---|---|
| committer | Max Howell | 2012-10-11 09:25:59 -0400 |
| commit | 3fb5dfbd7b77e03ccd9b8aee54c198673a9cb054 (patch) | |
| tree | aef7688ee5dfa3ea9f3aea04d501897e06b625a1 | |
| parent | 35c47f81f28da1e6ca64014d3ddf09528b506763 (diff) | |
| download | brew-3fb5dfbd7b77e03ccd9b8aee54c198673a9cb054.tar.bz2 | |
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>
| -rw-r--r-- | Library/Homebrew/blacklist.rb | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/Library/Homebrew/blacklist.rb b/Library/Homebrew/blacklist.rb index 10e9196f6..be50a478f 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, |
