From 3fb5dfbd7b77e03ccd9b8aee54c198673a9cb054 Mon Sep 17 00:00:00 2001 From: samueljohn Date: Thu, 11 Oct 2012 12:47:14 +0200 Subject: [PATCH] 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 --- Library/Homebrew/blacklist.rb | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) 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,