Fixing vorbis-tools formula
The ogg and vorbis formulas didn't exist (libogg, libvorbis do though).
This commit is contained in:
parent
6435ba7d0b
commit
779a6f5fd0
1 changed files with 4 additions and 4 deletions
|
@ -5,10 +5,10 @@ class VorbisTools <Formula
|
|||
@md5='df976d24e51ef3d87cd462edf747bf9a'
|
||||
@homepage='http://vorbis.com'
|
||||
|
||||
depends_on 'ogg'
|
||||
depends_on 'vorbis'
|
||||
depends_on 'ao' => :optional
|
||||
depends_on 'ogg123' => :optional
|
||||
depends_on 'libogg'
|
||||
depends_on 'libvorbis'
|
||||
#depends_on 'ao' => :optional
|
||||
#depends_on 'ogg123' => :optional
|
||||
|
||||
def install
|
||||
system "./configure --disable-debug --disable-nls --disable-dependency-tracking --prefix='#{prefix}'"
|
||||
|
|
Loading…
Reference in a new issue