libao: fix dependency order
This commit is contained in:
parent
bd06c08af6
commit
282ac2c317
1 changed files with 1 additions and 1 deletions
|
@ -13,8 +13,8 @@ class Libao < Formula
|
|||
sha256 "a44490fce22700be3b09bc6c75de39d90f7860e2486723bb1fa655e22c0a2771" => :yosemite
|
||||
end
|
||||
|
||||
depends_on "automake" => :build
|
||||
depends_on "autoconf" => :build
|
||||
depends_on "automake" => :build
|
||||
depends_on "libtool" => :build
|
||||
depends_on "pkg-config" => :build
|
||||
depends_on "pulseaudio" => :optional
|
||||
|
|
Loading…
Reference in a new issue