smpeg: autotools are build deps by default
This commit is contained in:
parent
3f01a39080
commit
114034ffbd
1 changed files with 2 additions and 3 deletions
|
@ -4,9 +4,8 @@ class Smpeg < Formula
|
|||
homepage 'http://icculus.org/smpeg/'
|
||||
head 'svn://svn.icculus.org/smpeg/trunk'
|
||||
|
||||
depends_on :automake => :build
|
||||
depends_on :libtool => :build
|
||||
|
||||
depends_on :automake
|
||||
depends_on :libtool
|
||||
depends_on 'pkg-config' => :build
|
||||
depends_on 'sdl'
|
||||
depends_on 'gtk+'
|
||||
|
|
Loading…
Reference in a new issue