pdf2image: Add deps on ghostscript and freetype

Closes Homebrew/homebrew#24891.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
chdiza 2013-12-02 22:37:06 -05:00 committed by Adam Vandenberg
parent 0f1b7a0ed1
commit cbd9f99af5

View file

@ -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'