diff options
| author | Mike McQuaid | 2014-03-07 18:15:12 +0000 |
|---|---|---|
| committer | Mike McQuaid | 2014-03-12 13:56:41 +0000 |
| commit | d6d3375ae5366877d24661c32acff24d192eddfd (patch) | |
| tree | e085816d30d50094b967d7c3350a9aba23241790 /Library/Formula | |
| parent | 078e26e16550dbeaed1be4b68ee8b9225aa1da63 (diff) | |
| download | homebrew-d6d3375ae5366877d24661c32acff24d192eddfd.tar.bz2 | |
libxml2: use :python on 10.6.
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/libxml2.rb | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/Library/Formula/libxml2.rb b/Library/Formula/libxml2.rb index e4413ea59..841ef13fb 100644 --- a/Library/Formula/libxml2.rb +++ b/Library/Formula/libxml2.rb @@ -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 |
