mpg321: fix dependency order
This commit is contained in:
parent
3cf01e1346
commit
54ce7a6ad6
1 changed files with 2 additions and 2 deletions
|
@ -13,9 +13,9 @@ class Mpg321 < Formula
|
|||
sha256 "bf86f590672fdb27f6fc92c706db1bfcb2ca0a1e35129c5435821640a11a422f" => :mavericks
|
||||
end
|
||||
|
||||
depends_on "mad"
|
||||
depends_on "libid3tag"
|
||||
depends_on "libao"
|
||||
depends_on "libid3tag"
|
||||
depends_on "mad"
|
||||
|
||||
# 1. Apple defines semun already. Skip redefining it to fix build errors.
|
||||
# This is a homemade patch fashioned using deduction.
|
||||
|
|
Loading…
Reference in a new issue