From 60f459ee3c81acc0ae6b84acf7fdc761e9feec24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Larouche?= Date: Sat, 29 May 2010 12:30:55 -0400 Subject: [PATCH] Add libvorbis to the dependencies of sdl_mixer Signed-off-by: Adam Vandenberg --- Formula/sdl_mixer.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Formula/sdl_mixer.rb b/Formula/sdl_mixer.rb index e6021bbf558..b6ff3448899 100644 --- a/Formula/sdl_mixer.rb +++ b/Formula/sdl_mixer.rb @@ -10,7 +10,8 @@ class SdlMixer :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'