From b994905f18529c0533438cdd4ce2c5025babafb4 Mon Sep 17 00:00:00 2001 From: Max Howell Date: Sat, 16 Jan 2010 15:40:14 +0000 Subject: Blacklist wxwidgets for creation --- Library/Homebrew/brew.h.rb | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'Library') 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 -- cgit v1.2.3