aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoryvan vander sanden2013-04-10 17:59:57 +0200
committerMisty De Meo2013-05-02 23:29:25 -0500
commit27ce386593b0ab2d6a0e06c06088b7b1c5e9f7c9 (patch)
treecb7975c775de687accef88a21188c74fa262e173
parent900b17fb8ea11630f0bc86b1fb1e53d1747cfdee (diff)
downloadhomebrew-27ce386593b0ab2d6a0e06c06088b7b1c5e9f7c9.tar.bz2
libsndfile: depends_on on flac, libogg and libvorbis
Closes #19109. Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
-rw-r--r--Library/Formula/libsndfile.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/Library/Formula/libsndfile.rb b/Library/Formula/libsndfile.rb
index aeb818f25..b76734aa5 100644
--- a/Library/Formula/libsndfile.rb
+++ b/Library/Formula/libsndfile.rb
@@ -6,6 +6,9 @@ class Libsndfile < Formula
sha1 'e95d9fca57f7ddace9f197071cbcfb92fa16748e'
depends_on 'pkg-config' => :build
+ depends_on 'flac'
+ depends_on 'libogg'
+ depends_on 'libvorbis'
option :universal