aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2014-11-05 20:32:09 -0600
committerJack Nagel2014-11-05 20:32:09 -0600
commit7871d55db1927ecd87cf6cd944b4a3f49e3f784b (patch)
treee3c5682e98aa6af676182cb20d0006626979dd6f /Library/Formula
parent73ee7a518a79465b9594e47eae4bc7581cc9771c (diff)
downloadhomebrew-7871d55db1927ecd87cf6cd944b4a3f49e3f784b.tar.bz2
Update libtool deps
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/fontforge.rb3
-rw-r--r--Library/Formula/hamlib.rb2
2 files changed, 2 insertions, 3 deletions
diff --git a/Library/Formula/fontforge.rb b/Library/Formula/fontforge.rb
index c55475ad3..62aa191a1 100644
--- a/Library/Formula/fontforge.rb
+++ b/Library/Formula/fontforge.rb
@@ -36,11 +36,10 @@ class Fontforge < Formula
# Autotools are required to build from source in all releases.
# I have upstreamed a request to change this, so keep monitoring the situation.
- # Libtool must be :libltdl or bottling errors occur.
depends_on "autoconf" => :build
depends_on "automake" => :build
depends_on "pkg-config" => :build
- depends_on :libltdl
+ depends_on "libtool" => :run
depends_on "gettext"
depends_on "pango"
depends_on "libpng" => :recommended
diff --git a/Library/Formula/hamlib.rb b/Library/Formula/hamlib.rb
index 4d4798167..5e137c4be 100644
--- a/Library/Formula/hamlib.rb
+++ b/Library/Formula/hamlib.rb
@@ -13,7 +13,7 @@ class Hamlib < Formula
end
depends_on 'pkg-config' => :build
- depends_on :libltdl
+ depends_on 'libtool' => :run
depends_on 'libusb-compat'
def install