pdf2htmlex: remove :run.

This commit is contained in:
Mike McQuaid 2018-03-19 09:56:51 +00:00 committed by ilovezfs
parent 9a02cf33aa
commit 3bb73fab1b

View file

@ -23,7 +23,7 @@ class Pdf2htmlex < Formula
# Fontforge dependencies
depends_on "autoconf" => :build
depends_on "automake" => :build
depends_on "libtool" => :run
depends_on "libtool"
depends_on "cairo"
depends_on "freetype"
depends_on "gettext"