From 2bc2de81240f810b27acab3f20c82e00b5ff98ae Mon Sep 17 00:00:00 2001 From: Tianyi Cui Date: Tue, 5 Oct 2010 21:15:46 +0800 Subject: [PATCH] docbook2x: add dependencies Signed-off-by: Adam Vandenberg These perl deps were needed for the formula to work in the first place, so it was either revert the formula or include these too. --- Formula/docbook2x.rb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Formula/docbook2x.rb b/Formula/docbook2x.rb index 81f3c1fd06..3ef6f4a3c2 100644 --- a/Formula/docbook2x.rb +++ b/Formula/docbook2x.rb @@ -6,6 +6,10 @@ class Docbook2x :perl + depends_on 'XML::SAX' => :perl + depends_on 'XML::Parser' => :perl + depends_on 'XML::SAX::Expat' => :perl def install inreplace "perl/db2x_xsltproc.pl", "http://docbook2x.sf.net/latest/xslt", "#{share}/docbook2X/xslt"