diff options
| author | Adam Vandenberg | 2010-07-04 10:45:35 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2010-07-04 10:46:16 -0700 |
| commit | e03578be478e6dd66035891e790804c3002d00ff (patch) | |
| tree | e57ea2a9ffa6f2f4eb6f1e44fb6e246ff531ced3 | |
| parent | b6874676327e091b96ba27224975691becfea4ef (diff) | |
| download | homebrew-e03578be478e6dd66035891e790804c3002d00ff.tar.bz2 | |
Remove dupliate 'wxwidgets' entry from blacklist.
| -rw-r--r-- | Library/Homebrew/brew.h.rb | 2 |
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. |
