gource: style fix
Closes Homebrew/homebrew#49399. Signed-off-by: Baptiste Fontaine <batifon@yahoo.fr>
This commit is contained in:
parent
1f4793a4ee
commit
f989385a6a
1 changed files with 5 additions and 6 deletions
|
@ -24,6 +24,11 @@ class Gource < Formula
|
|||
depends_on "pkg-config" => :build
|
||||
depends_on "glm" => :build
|
||||
depends_on "freetype"
|
||||
depends_on "glew"
|
||||
depends_on "jpeg"
|
||||
depends_on "pcre"
|
||||
depends_on "sdl2"
|
||||
depends_on "sdl2_image"
|
||||
|
||||
# boost failing on lion
|
||||
depends_on :macos => :mountain_lion
|
||||
|
@ -34,12 +39,6 @@ class Gource < Formula
|
|||
depends_on "boost"
|
||||
end
|
||||
|
||||
depends_on "glew"
|
||||
depends_on "jpeg"
|
||||
depends_on "pcre"
|
||||
depends_on "sdl2"
|
||||
depends_on "sdl2_image"
|
||||
|
||||
needs :cxx11
|
||||
|
||||
def install
|
||||
|
|
Loading…
Reference in a new issue