aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/blacklist.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Homebrew/blacklist.rb')
-rw-r--r--Library/Homebrew/blacklist.rb5
1 files changed, 1 insertions, 4 deletions
diff --git a/Library/Homebrew/blacklist.rb b/Library/Homebrew/blacklist.rb
index a5f0fceda..dd9913f76 100644
--- a/Library/Homebrew/blacklist.rb
+++ b/Library/Homebrew/blacklist.rb
@@ -1,11 +1,8 @@
def blacklisted? name
case name.downcase
- when 'screen', /^rubygems?$/ then <<-EOS.undent
+ when 'screen', /^rubygems?$/, 'libpcap' then <<-EOS.undent
Apple distributes #{name} with OS X, you can find it in /usr/bin.
EOS
- when 'libarchive', '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