aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/ffmpeg.rb
diff options
context:
space:
mode:
authorJack Nagel2014-05-23 10:50:31 -0500
committerJack Nagel2014-05-23 10:50:31 -0500
commitfa94a5a7688cf3d4f28d99c471b31e6b83665cda (patch)
tree44630094efb5f5f377d8df7fef9d78873edd9ac1 /Library/Formula/ffmpeg.rb
parent64909bceb8c14c77597a327c589d97d1aaa689f9 (diff)
downloadhomebrew-fa94a5a7688cf3d4f28d99c471b31e6b83665cda.tar.bz2
Replace last uses of :freetype and :fontconfig deps
Diffstat (limited to 'Library/Formula/ffmpeg.rb')
-rw-r--r--Library/Formula/ffmpeg.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/ffmpeg.rb b/Library/Formula/ffmpeg.rb
index 6b4f6bfb3..ce3fce175 100644
--- a/Library/Formula/ffmpeg.rb
+++ b/Library/Formula/ffmpeg.rb
@@ -40,7 +40,7 @@ class Ffmpeg < Formula
depends_on 'lame' => :recommended
depends_on 'xvid' => :recommended
- depends_on :freetype => :optional
+ depends_on 'freetype' => :optional
depends_on 'theora' => :optional
depends_on 'libvorbis' => :optional
depends_on 'libvpx' => :optional