aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Vandenberg2010-07-04 10:45:35 -0700
committerAdam Vandenberg2010-07-04 10:46:16 -0700
commitf666addeac9ff99ccf2368aa63cae31a56d2adeb (patch)
tree9541bb4961b36e5847953afcef99b7d3198f2089
parent55db2e5da6df1aaa7dd59b81314a5720bc3dcfce (diff)
downloadbrew-f666addeac9ff99ccf2368aa63cae31a56d2adeb.tar.bz2
Remove dupliate 'wxwidgets' entry from blacklist.
-rw-r--r--Library/Homebrew/brew.h.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/brew.h.rb b/Library/Homebrew/brew.h.rb
index 41ba4280f..1742c6607 100644
--- a/Library/Homebrew/brew.h.rb
+++ b/Library/Homebrew/brew.h.rb
@@ -141,7 +141,7 @@ def make url
force_text = "If you really want to make this formula use --force."
case name.downcase
- when /libxml/, /libxlst/, /freetype/, /libpng/, /wxwidgets/
+ 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.