Update libtool deps
This commit is contained in:
parent
dd52de6349
commit
f2003a8f59
2 changed files with 2 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue