diff options
| author | Adam Vandenberg | 2009-08-30 10:15:15 -0700 | 
|---|---|---|
| committer | Max Howell | 2009-08-31 01:46:19 +0100 | 
| commit | 13af1eeade593973de36d1aae5b7d27f368e98ae (patch) | |
| tree | ffb4a5bf70d5288b436642565537f481c347d713 /Library/Formula/libvorbis.rb | |
| parent | 4a76fa50d2771f85b902a77acd658f624cf91cdd (diff) | |
| download | homebrew-13af1eeade593973de36d1aae5b7d27f368e98ae.tar.bz2 | |
Vorbis depends on libogg not 'ogg'
Diffstat (limited to 'Library/Formula/libvorbis.rb')
| -rw-r--r-- | Library/Formula/libvorbis.rb | 2 | 
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  | 
