aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorMike McQuaid2014-12-28 14:17:54 +0000
committerMike McQuaid2014-12-28 14:17:54 +0000
commit0bd07cbe548953098ff4b6e8009a825b90a65593 (patch)
tree02bb1147a99fa28edb568852330f37041b9ac223 /Library/Formula
parent8953fa7346c5344e5bf71303a7fb1db9e229cd5d (diff)
downloadhomebrew-0bd07cbe548953098ff4b6e8009a825b90a65593.tar.bz2
pdf2htmlex: depends on libtool at runtime.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/pdf2htmlex.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/pdf2htmlex.rb b/Library/Formula/pdf2htmlex.rb
index 8cbf57816..e5b1e0498 100644
--- a/Library/Formula/pdf2htmlex.rb
+++ b/Library/Formula/pdf2htmlex.rb
@@ -30,7 +30,7 @@ class Pdf2htmlex < Formula
# Fontforge dependencies
depends_on "autoconf" => :build
depends_on "automake" => :build
- depends_on "libtool" => :build
+ depends_on "libtool"
depends_on "glib"
depends_on "pango"
depends_on "gettext"