From cbd9f99af58eebbef12e662e8e4c448f39a943df Mon Sep 17 00:00:00 2001 From: chdiza Date: Mon, 2 Dec 2013 22:37:06 -0500 Subject: [PATCH] pdf2image: Add deps on ghostscript and freetype Closes Homebrew/homebrew#24891. Signed-off-by: Adam Vandenberg --- Formula/pdf2image.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/pdf2image.rb b/Formula/pdf2image.rb index a3a47bed90..ed935f823e 100644 --- a/Formula/pdf2image.rb +++ b/Formula/pdf2image.rb @@ -6,6 +6,8 @@ class Pdf2image < Formula sha1 '2acc8d1597eb470fce761d3f35b548318d446c2a' depends_on :x11 + depends_on 'ghostscript' + depends_on 'freetype' conflicts_with 'poppler', 'xpdf', :because => 'pdf2image, poppler, and xpdf install conflicting executables'