Vorbis depends on libogg not 'ogg'
This commit is contained in:
parent
6cd8b3c160
commit
9ecfe73bf9
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ class Libvorbis <Formula
|
|||
@homepage='http://vorbis.com'
|
||||
|
||||
def deps
|
||||
LibraryDep.new 'ogg'
|
||||
LibraryDep.new 'libogg'
|
||||
end
|
||||
|
||||
def install
|
||||
|
|
Loading…
Reference in a new issue