sdl_gfx: fix audit --strict

* `option` (line 17) should be put before `depends_on` (line 15)
This commit is contained in:
Miguel Araújo 2017-02-16 19:45:33 -03:00 committed by Alex Dunn
parent f0ee15b97a
commit 976380c9df

View file

@ -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",