aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJavier Miranda2013-11-25 10:02:32 -0600
committerAdam Vandenberg2013-11-25 20:48:04 -0800
commit512373eea0fd467acd391ee45b5fa611ed1efbdc (patch)
tree679b8066f42745d9ab9b666856b8d35159378b74 /Library
parent11ce2b7fefcfca68a2ee41b557272cb7ec0cd92d (diff)
downloadhomebrew-512373eea0fd467acd391ee45b5fa611ed1efbdc.tar.bz2
cmus: optional ffmpeg dependency
Fixes error described in cmus/cmus#58 Closes #24652. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/cmus.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/cmus.rb b/Library/Formula/cmus.rb
index 91fe8908f..49c119a32 100644
--- a/Library/Formula/cmus.rb
+++ b/Library/Formula/cmus.rb
@@ -16,6 +16,7 @@ class Cmus < Formula
depends_on 'flac'
depends_on 'mp4v2'
depends_on 'libcue'
+ depends_on 'ffmpeg' => :optional
def install
system "./configure", "prefix=#{prefix}", "mandir=#{man}"