diff options
| author | samueljohn | 2012-10-11 12:47:14 +0200 |
|---|---|---|
| committer | Max Howell | 2012-10-11 09:25:59 -0400 |
| commit | 88f2347dfa561d4bac1eef1a57f48ecc66b8f086 (patch) | |
| tree | 07177750bc39d5d3a2607b178564c615a0df959a /Library | |
| parent | 8b708ea29760b58229082e160a3138af5412046e (diff) | |
| download | homebrew-88f2347dfa561d4bac1eef1a57f48ecc66b8f086.tar.bz2 | |
wxwidgets: A more common name for wxmac.
- Change the blacklist to hint that we include wxpython with wxwidgets.
Closes #15407.
Signed-off-by: Max Howell <mxcl@me.com>
Diffstat (limited to 'Library')
| l--------- | Library/Aliases/wxwidgets | 1 | ||||
| -rw-r--r-- | Library/Homebrew/blacklist.rb | 8 |
2 files changed, 4 insertions, 5 deletions
diff --git a/Library/Aliases/wxwidgets b/Library/Aliases/wxwidgets new file mode 120000 index 000000000..abdff258a --- /dev/null +++ b/Library/Aliases/wxwidgets @@ -0,0 +1 @@ +../Formula/wxmac.rb
\ No newline at end of file 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, |
