aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew
diff options
context:
space:
mode:
authorAdam Vandenberg2010-09-27 18:36:14 -0700
committerAdam Vandenberg2010-09-27 18:36:14 -0700
commite757d7c9563fb30e0d5b06ffeb6e42e3160d7e0a (patch)
treec024e2578b119c26a6230f26220299015d04bed9 /Library/Homebrew
parent3d1fb263e84b873b35d8fc0d74c162d1c91385d6 (diff)
downloadbrew-e757d7c9563fb30e0d5b06ffeb6e42e3160d7e0a.tar.bz2
add libpcap to list
Diffstat (limited to 'Library/Homebrew')
-rw-r--r--Library/Homebrew/brew.h.rb10
1 files changed, 5 insertions, 5 deletions
diff --git a/Library/Homebrew/brew.h.rb b/Library/Homebrew/brew.h.rb
index daa58bbfe..a5047df56 100644
--- a/Library/Homebrew/brew.h.rb
+++ b/Library/Homebrew/brew.h.rb
@@ -130,21 +130,21 @@ def make url
force_text = "If you really want to make this formula use --force."
case name.downcase
- when /vim/, /screen/
+ when 'vim', 'screen'
raise <<-EOS
#{name} is blacklisted for creation
Apple distributes this program with OS X.
#{force_text}
EOS
- when /libarchive/
+ when 'libarchive', 'libpcap'
raise <<-EOS
#{name} is blacklisted for creation
Apple distributes this library with OS X, you can find it in /usr/lib.
#{force_text}
EOS
- when /libxml/, /libxlst/, /freetype/, /libpng/
+ when 'libxml', 'libxlst', 'freetype', 'libpng'
raise <<-EOS
#{name} is blacklisted for creation
Apple distributes this library with OS X, you can find it in /usr/X11/lib.
@@ -153,9 +153,9 @@ ENV.libxml2 in your formula's install function.
#{force_text}
EOS
- when /rubygem/
+ when 'rubygem'
raise "Sorry RubyGems comes with OS X so we don't package it.\n\n#{force_text}"
- when /wxwidgets/
+ when 'wxwidgets'
raise <<-EOS
#{name} is blacklisted for creation
An older version of wxWidgets is provided by Apple with OS X, but