aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2010-07-25 12:33:35 -0700
committerAdam Vandenberg2010-07-25 12:34:09 -0700
commit29a88cfe1ecfb3eb73cecd5f6e45c1558fda8793 (patch)
treeb6cb8a866b6f3b87aa211e91f71821205de27d78 /Library/Formula
parent7b31943d3d9a818020e2dfd6de72c2b182bd9b75 (diff)
downloadhomebrew-29a88cfe1ecfb3eb73cecd5f6e45c1558fda8793.tar.bz2
libshout - reorder deps
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/libshout.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/libshout.rb b/Library/Formula/libshout.rb
index 599f4b9d7..65b9b654f 100644
--- a/Library/Formula/libshout.rb
+++ b/Library/Formula/libshout.rb
@@ -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"