Vorbis depends on libogg not 'ogg'

master
Adam Vandenberg 2009-08-30 10:15:15 -07:00 committed by Max Howell
parent 6cd8b3c160
commit 9ecfe73bf9
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ class Libvorbis <Formula
@homepage='http://vorbis.com'
def deps
LibraryDep.new 'ogg'
LibraryDep.new 'libogg'
end
def install