diff options
| author | Jack Nagel | 2014-11-05 20:32:09 -0600 |
|---|---|---|
| committer | Jack Nagel | 2014-11-05 20:32:09 -0600 |
| commit | 7871d55db1927ecd87cf6cd944b4a3f49e3f784b (patch) | |
| tree | e3c5682e98aa6af676182cb20d0006626979dd6f /Library | |
| parent | 73ee7a518a79465b9594e47eae4bc7581cc9771c (diff) | |
| download | homebrew-7871d55db1927ecd87cf6cd944b4a3f49e3f784b.tar.bz2 | |
Update libtool deps
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/fontforge.rb | 3 | ||||
| -rw-r--r-- | Library/Formula/hamlib.rb | 2 |
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 |
