sdl_gfx: fix audit --strict
* `option` (line 17) should be put before `depends_on` (line 15)
This commit is contained in:
parent
f0ee15b97a
commit
976380c9df
1 changed files with 2 additions and 2 deletions
|
@ -12,10 +12,10 @@ class SdlGfx < Formula
|
|||
sha256 "aa06ebfac9112febe86ec4a933d807ae88e87329498a71678bd52be51748d9dc" => :mavericks
|
||||
end
|
||||
|
||||
depends_on "sdl"
|
||||
|
||||
option :universal
|
||||
|
||||
depends_on "sdl"
|
||||
|
||||
def install
|
||||
ENV.universal_binary if build.universal?
|
||||
system "./configure", "--disable-dependency-tracking",
|
||||
|
|
Loading…
Reference in a new issue