diff options
| author | yvan vander sanden | 2013-04-10 17:59:57 +0200 |
|---|---|---|
| committer | Misty De Meo | 2013-05-02 23:29:25 -0500 |
| commit | 27ce386593b0ab2d6a0e06c06088b7b1c5e9f7c9 (patch) | |
| tree | cb7975c775de687accef88a21188c74fa262e173 | |
| parent | 900b17fb8ea11630f0bc86b1fb1e53d1747cfdee (diff) | |
| download | homebrew-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.rb | 3 |
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 |
