aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2014-02-28 17:20:42 -0600
committerJack Nagel2014-02-28 17:20:42 -0600
commit3326d0d8ccdcbe3964a17c0a7bae7dbb450943b8 (patch)
tree50e4f6537f6c20d4e663c3b393359d20c42a2da7 /Library
parent26785dbe5ddaee3f71d64d4a9f8b92274ec3a366 (diff)
downloadbrew-3326d0d8ccdcbe3964a17c0a7bae7dbb450943b8.tar.bz2
Fix libpcap blacklist message
Diffstat (limited to 'Library')
-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