aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/blacklist.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/Library/Homebrew/blacklist.rb b/Library/Homebrew/blacklist.rb
index e35b7ce7f..0fdec6e28 100644
--- a/Library/Homebrew/blacklist.rb
+++ b/Library/Homebrew/blacklist.rb
@@ -11,11 +11,6 @@ def blacklisted? name
Some build scripts fail to detect it correctly, please check existing
formulae for solutions.
EOS
- when 'libxml', 'libxlst' then <<-EOS.undent
- Apple distributes #{name} with OS X, you can find it in /usr/lib.
- 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 'wxpython' then <<-EOS.undent
The Python bindings (import wx) for wxWidgets are installed by:
brew install wxwidgets