libxml2: use :python on 10.6.

This commit is contained in:
Mike McQuaid 2014-03-07 18:15:12 +00:00
parent 6d745d3074
commit 65a54fa812

View file

@ -7,24 +7,18 @@ class Libxml2 < Formula
url 'ftp://xmlsoft.org/libxml2/libxml2-2.9.1.tar.gz'
mirror 'http://xmlsoft.org/sources/libxml2-2.9.1.tar.gz'
sha256 'fd3c64cb66f2c4ea27e934d275904d92cec494a8e8405613780cbc8a71680fdb'
# 2.9.1 cannot build with Python 2.6: https://github.com/Homebrew/homebrew/issues/20249
if MacOS.version <= :snow_leopard
depends_on 'python' => :optional
else
depends_on :python => :recommended
end
end
head do
url 'https://git.gnome.org/browse/libxml2', :using => :git
depends_on :python => :recommended # satisfied by Python 2.6+
depends_on :autoconf
depends_on :automake
depends_on :libtool
end
depends_on :python => :recommended
keg_only :provided_by_osx
option :universal