aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Homebrew')
-rw-r--r--Library/Homebrew/blacklist.rb8
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,