aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/libxml2.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/libxml2.rb')
-rw-r--r--Library/Formula/libxml2.rb10
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