aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2013-07-31 08:40:23 -0700
committerAdam Vandenberg2013-07-31 08:40:23 -0700
commitfca42423e2471785f84032db8944e89375f33e8f (patch)
tree6162db3202ab20c942256ce7d1f0a4d097faf85d /Library
parent0d358b3e0a8d573f9291f599d6a4236b93d9285c (diff)
downloadhomebrew-fca42423e2471785f84032db8944e89375f33e8f.tar.bz2
cmu-sphinxbase: add optional dependencies
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/cmu-sphinxbase.rb2
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",