aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/libvorbis.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2009-08-30 10:15:15 -0700
committerMax Howell2009-08-31 01:46:19 +0100
commit13af1eeade593973de36d1aae5b7d27f368e98ae (patch)
treeffb4a5bf70d5288b436642565537f481c347d713 /Library/Formula/libvorbis.rb
parent4a76fa50d2771f85b902a77acd658f624cf91cdd (diff)
downloadhomebrew-13af1eeade593973de36d1aae5b7d27f368e98ae.tar.bz2
Vorbis depends on libogg not 'ogg'
Diffstat (limited to 'Library/Formula/libvorbis.rb')
-rw-r--r--Library/Formula/libvorbis.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/libvorbis.rb b/Library/Formula/libvorbis.rb
index 6c9367e0e..d597b1feb 100644
--- a/Library/Formula/libvorbis.rb
+++ b/Library/Formula/libvorbis.rb
@@ -6,7 +6,7 @@ class Libvorbis <Formula
@homepage='http://vorbis.com'
def deps
- LibraryDep.new 'ogg'
+ LibraryDep.new 'libogg'
end
def install