Remove mercurial and scons from the create blacklist
Blacklist wxwidgets, it's in /usr/X11/lib.
This commit is contained in:
parent
5599316971
commit
79530df421
@ -105,7 +105,7 @@ def make url
|
|||||||
force_text = "If you really want to make this formula use --force."
|
force_text = "If you really want to make this formula use --force."
|
||||||
|
|
||||||
case name.downcase
|
case name.downcase
|
||||||
when /libxml/, /libxlst/, /freetype/, /libpng/
|
when /libxml/, /libxlst/, /freetype/, /libpng/, /wxwidgets/
|
||||||
raise <<-EOS
|
raise <<-EOS
|
||||||
#{name} is blacklisted for creation
|
#{name} is blacklisted for creation
|
||||||
Apple distributes this library with OS X, you can find it in /usr/X11/lib.
|
Apple distributes this library with OS X, you can find it in /usr/X11/lib.
|
||||||
@ -114,8 +114,6 @@ ENV.libxml2 in your formula's install function.
|
|||||||
|
|
||||||
#{force_text}
|
#{force_text}
|
||||||
EOS
|
EOS
|
||||||
when 'mercurial', 'scons'
|
|
||||||
raise "#{name} is blacklisted for creation because it is provided by easy_install.\n\n#{force_text}"
|
|
||||||
end unless ARGV.force?
|
end unless ARGV.force?
|
||||||
|
|
||||||
__make url, name
|
__make url, name
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user