diff options
| -rw-r--r-- | Library/Formula/cmu-sphinxbase.rb | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/Library/Formula/cmu-sphinxbase.rb b/Library/Formula/cmu-sphinxbase.rb index bb9d1fbe1..ac172a32f 100644 --- a/Library/Formula/cmu-sphinxbase.rb +++ b/Library/Formula/cmu-sphinxbase.rb @@ -23,6 +23,8 @@ class CmuSphinxbase < Formula    depends_on 'pkg-config' => :build    depends_on :python    depends_on HomebrewedPython +  depends_on 'libsndfile' => :optional +  depends_on 'libsamplerate' => :optional    def install      system "./configure", "--disable-debug", | 
