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.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/libxml2.rb b/Library/Formula/libxml2.rb
index 630094f95..401c51a27 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
@@ -64,7 +64,7 @@ class Libxml2 < Formula
if build.with? 'python'
<<-EOS.undent
Even if this formula is keg_only, the python bindings have been linked
- into the global site-packages for your convenience.
+ into Homebrew's global site-packages for your convenience.
#{python.global_site_packages}
EOS