aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/blacklist.rb
diff options
context:
space:
mode:
authorJack Nagel2014-02-28 17:20:42 -0600
committerJack Nagel2014-02-28 17:20:42 -0600
commitd5189921b76b73e970359153d461aad9772d8db1 (patch)
tree0ddc29cd3e1ffd12c3a4575943128bc17238d327 /Library/Homebrew/blacklist.rb
parent7700b710eba54de2ab266bd599e1d54fe0330564 (diff)
downloadhomebrew-d5189921b76b73e970359153d461aad9772d8db1.tar.bz2
Fix libpcap blacklist message
Diffstat (limited to 'Library/Homebrew/blacklist.rb')
-rw-r--r--Library/Homebrew/blacklist.rb5
1 files changed, 4 insertions, 1 deletions
diff --git a/Library/Homebrew/blacklist.rb b/Library/Homebrew/blacklist.rb
index dd9913f76..8770815c1 100644
--- a/Library/Homebrew/blacklist.rb
+++ b/Library/Homebrew/blacklist.rb
@@ -1,8 +1,11 @@
def blacklisted? name
case name.downcase
- when 'screen', /^rubygems?$/, 'libpcap' then <<-EOS.undent
+ when 'screen', /^rubygems?$/, then <<-EOS.undent
Apple distributes #{name} with OS X, you can find it in /usr/bin.
EOS
+ when 'libpcap' then <<-EOS.undent
+ Apple distributes #{name} with OS X, you can find it in /usr/lib.
+ EOS
when 'libiconv' then <<-EOS.undent
Apple distributes #{name} with OS X, you can find it in /usr/lib.
Some build scripts fail to detect it correctly, please check existing