From ca67c77ce5682ad73851be11e96aff47cd0cc255 Mon Sep 17 00:00:00 2001 From: Samuel John Date: Mon, 3 Jun 2013 22:27:35 +0200 Subject: gtk-doc: Needs libxml2 to be built --with-python Fix #20150 --- Library/Formula/gtk-doc.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library') 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 -- cgit v1.2.3