From f5e63f77a269d4a9fe780710f2de3b0e879508e3 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Wed, 20 Nov 2013 14:43:07 -0600 Subject: Remove outdated blacklist entries libxslt was misspelled, but more to the point we have libxml2 and libxslt formulae in core these days so blacklisting them doesn't really make much sense. --- Library/Homebrew/blacklist.rb | 5 ----- 1 file changed, 5 deletions(-) (limited to 'Library') 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 -- cgit v1.2.3