diff options
| author | Max Howell | 2010-01-16 15:40:14 +0000 |
|---|---|---|
| committer | Max Howell | 2010-01-16 15:40:14 +0000 |
| commit | b994905f18529c0533438cdd4ce2c5025babafb4 (patch) | |
| tree | 606025d039c653a3bbe6c009623598c8c63c5b85 /Library/Homebrew | |
| parent | 9dc39c391a8bf81d680c7601a1097a02b91d13f4 (diff) | |
| download | brew-b994905f18529c0533438cdd4ce2c5025babafb4.tar.bz2 | |
Blacklist wxwidgets for creation
Diffstat (limited to 'Library/Homebrew')
| -rw-r--r-- | Library/Homebrew/brew.h.rb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Library/Homebrew/brew.h.rb b/Library/Homebrew/brew.h.rb index 2cfc47b94..a10dc88c3 100644 --- a/Library/Homebrew/brew.h.rb +++ b/Library/Homebrew/brew.h.rb @@ -147,6 +147,16 @@ ENV.libxml2 in your formula's install function. EOS when /rubygem/ raise "Sorry RubyGems comes with OS X so we don't package it.\n\n#{force_text}" + when /wxwidgets/ + raise <<-EOS +#{name} is blacklisted for creation +An older version of wxWidgets is provided by Apple with OS X, but +a formula for wxWidgets 2.8.10 is provided: + + brew install wxmac + + #{force_text} + EOS end unless ARGV.force? __make url, name |
