diff options
| author | Jack Nagel | 2013-11-20 14:43:07 -0600 |
|---|---|---|
| committer | Jack Nagel | 2013-11-20 14:43:07 -0600 |
| commit | f5e63f77a269d4a9fe780710f2de3b0e879508e3 (patch) | |
| tree | 90ce446e8b0ee81f50dc150c322c14414cd6de25 | |
| parent | 0a236abe5330093703e61ebca33b939a4410d628 (diff) | |
| download | brew-f5e63f77a269d4a9fe780710f2de3b0e879508e3.tar.bz2 | |
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.
| -rw-r--r-- | Library/Homebrew/blacklist.rb | 5 |
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 |
