libshout - reorder deps

master
Adam Vandenberg 2010-07-25 12:33:35 -07:00
parent d177713be3
commit cfbf44c639
1 changed files with 3 additions and 3 deletions

View File

@ -5,13 +5,13 @@ class Libshout <Formula
homepage 'http://www.icecast.org/'
md5 '4f75fc9901c724b712c371c9a1e782d3'
depends_on 'theora' => :optional
depends_on 'speex' => :optional
depends_on 'pkg-config'
depends_on 'libogg'
depends_on 'libvorbis'
depends_on 'theora' => :optional
depends_on 'speex' => :optional
def install
system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking"
system "make install"