diff options
| author | Adam Vandenberg | 2013-07-31 08:40:23 -0700 | 
|---|---|---|
| committer | Adam Vandenberg | 2013-07-31 08:40:23 -0700 | 
| commit | fca42423e2471785f84032db8944e89375f33e8f (patch) | |
| tree | 6162db3202ab20c942256ce7d1f0a4d097faf85d | |
| parent | 0d358b3e0a8d573f9291f599d6a4236b93d9285c (diff) | |
| download | homebrew-fca42423e2471785f84032db8944e89375f33e8f.tar.bz2 | |
cmu-sphinxbase: add optional dependencies
| -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", | 
