From fca42423e2471785f84032db8944e89375f33e8f Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Wed, 31 Jul 2013 08:40:23 -0700 Subject: cmu-sphinxbase: add optional dependencies --- Library/Formula/cmu-sphinxbase.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Library') 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", -- cgit v1.2.3