diff options
| author | Samuel John | 2013-06-12 16:33:59 +0200 |
|---|---|---|
| committer | Samuel John | 2013-06-12 16:33:59 +0200 |
| commit | 763f02070bc07b7f8c6410faf9741121d9108ee0 (patch) | |
| tree | fcf0305ecc8090ad5249e72788be4b53538ea680 /Library/Formula/libxml2.rb | |
| parent | 7a049928a7c0bf84fa412d3a7606bc6b171d9454 (diff) | |
| download | homebrew-763f02070bc07b7f8c6410faf9741121d9108ee0.tar.bz2 | |
libxml2: Fix missing option --with-python
Fixes #20426
Diffstat (limited to 'Library/Formula/libxml2.rb')
| -rw-r--r-- | Library/Formula/libxml2.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/libxml2.rb b/Library/Formula/libxml2.rb index f30967f11..630094f95 100644 --- a/Library/Formula/libxml2.rb +++ b/Library/Formula/libxml2.rb @@ -19,7 +19,7 @@ class Libxml2 < Formula depends_on :libtool else # 2.9.1 cannot build with Python 2.6: https://github.com/mxcl/homebrew/issues/20249 - depends_on PythonInstalled.new("2.7") => :recommended + depends_on PythonInstalled.new("2.7", :recommended) end fails_with :llvm do |
