diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/blacklist.rb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Library/Homebrew/blacklist.rb b/Library/Homebrew/blacklist.rb index f3aa60d53..5d14f15d7 100644 --- a/Library/Homebrew/blacklist.rb +++ b/Library/Homebrew/blacklist.rb @@ -29,6 +29,9 @@ def blacklisted? name when 'pip' then <<-EOS.undent pip is installed by `brew install python` EOS + when 'pil' then <<-EOS.undent + Instead of PIL, consider to `pip install pillow` or `brew install samueljohn/python/pillow`. + EOS when 'macruby' then <<-EOS.undent MacRuby works better when you install their package: http://www.macruby.org/ |
