Fix typo in libmikmod
Closes Homebrew/homebrew#10528. Signed-off-by: Max Howell <max@methylblue.com>
This commit is contained in:
parent
f7245e7c28
commit
ea31b76cc0
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ class Libmikmod < Formula
|
|||
|
||||
if MacOS.xcode_version >= "4.3"
|
||||
depends_on "automake"
|
||||
depedns_on "libtool"
|
||||
depends_on "libtool"
|
||||
end
|
||||
|
||||
def install
|
||||
|
|
Loading…
Reference in a new issue