freeswitch: fix dependency order
This commit is contained in:
parent
95d9927c58
commit
27c3fde929
1 changed files with 6 additions and 6 deletions
|
@ -18,21 +18,21 @@ class Freeswitch < Formula
|
|||
option "with-sounds-fr", "Install French (June) sounds"
|
||||
option "with-sounds-ru", "Install Russian (Elena) sounds"
|
||||
|
||||
depends_on "apr-util" => :build
|
||||
depends_on "autoconf" => :build
|
||||
depends_on "automake" => :build
|
||||
depends_on "libtool" => :build
|
||||
depends_on "pkg-config" => :build
|
||||
depends_on "apr-util" => :build
|
||||
depends_on "yasm" => :build
|
||||
depends_on "jpeg"
|
||||
depends_on "openssl"
|
||||
depends_on "pcre"
|
||||
depends_on "sqlite"
|
||||
depends_on "lua"
|
||||
depends_on "opus"
|
||||
depends_on "libsndfile"
|
||||
depends_on "lua"
|
||||
depends_on "openssl"
|
||||
depends_on "opus"
|
||||
depends_on "pcre"
|
||||
depends_on "speex"
|
||||
depends_on "speexdsp"
|
||||
depends_on "sqlite"
|
||||
|
||||
# https://github.com/Homebrew/homebrew/issues/42865
|
||||
fails_with :gcc
|
||||
|
|
Loading…
Reference in a new issue