diff options
| author | Michaƫl Larouche | 2010-05-29 12:30:55 -0400 | 
|---|---|---|
| committer | Adam Vandenberg | 2010-05-29 09:44:25 -0700 | 
| commit | 6633a7e7b01b6784f16644cab78921c2e8ef1f1b (patch) | |
| tree | 6c8cdc23eaa58d7d21eae534c541f57a3c85ea28 | |
| parent | 72b946a567823bc703008b761adf41e4ef6ad4e1 (diff) | |
| download | homebrew-6633a7e7b01b6784f16644cab78921c2e8ef1f1b.tar.bz2 | |
Add libvorbis to the dependencies of sdl_mixer
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
| -rw-r--r-- | Library/Formula/sdl_mixer.rb | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/Library/Formula/sdl_mixer.rb b/Library/Formula/sdl_mixer.rb index e6021bbf5..b6ff34488 100644 --- a/Library/Formula/sdl_mixer.rb +++ b/Library/Formula/sdl_mixer.rb @@ -10,7 +10,8 @@ class SdlMixer <Formula    depends_on 'flac' => :optional    depends_on 'libmikmod' => :optional    #depends_on 'smpeg' => :optional  # http://icculus.org/smpeg/ -   +  depends_on 'libvorbis' => :optional +     def install      Sdl.use_homebrew_prefix 'SDL_mixer.pc.in' | 
