Fix typo in libmikmod

Closes Homebrew/homebrew#10528.

Signed-off-by: Max Howell <max@methylblue.com>
This commit is contained in:
Rene Hopf 2012-02-27 12:33:19 +01:00 committed by Max Howell
parent f7245e7c28
commit ea31b76cc0

View file

@ -17,7 +17,7 @@ class Libmikmod < Formula
if MacOS.xcode_version >= "4.3" if MacOS.xcode_version >= "4.3"
depends_on "automake" depends_on "automake"
depedns_on "libtool" depends_on "libtool"
end end
def install def install