aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorSamuel John2013-06-03 22:27:35 +0200
committerSamuel John2013-06-03 22:27:35 +0200
commitca67c77ce5682ad73851be11e96aff47cd0cc255 (patch)
tree6de35e1ca77ba4fb49e887cf70080fc31e86afc6 /Library
parentab2ed1d258a922d72b76895bdbc38a89a77d0c9c (diff)
downloadhomebrew-ca67c77ce5682ad73851be11e96aff47cd0cc255.tar.bz2
gtk-doc: Needs libxml2 to be built --with-python
Fix #20150
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/gtk-doc.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/gtk-doc.rb b/Library/Formula/gtk-doc.rb
index e0e5699cc..d9bb01dc9 100644
--- a/Library/Formula/gtk-doc.rb
+++ b/Library/Formula/gtk-doc.rb
@@ -12,7 +12,7 @@ class GtkDoc < Formula
depends_on 'glib'
depends_on 'docbook'
depends_on 'docbook-xsl'
- depends_on 'libxml2'
+ depends_on 'libxml2' => 'with-python'
def install
# libxml2 is keg_only but we installed the python bindings globally, so