aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/ffmpeg2theora.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2014-02-24 21:30:53 -0800
committerAdam Vandenberg2014-02-27 08:21:16 -0800
commit45bc3798a0fe7134da29b7b4a38d7f8c0778c79c (patch)
tree70b3f05a01985519e2df3b8a25b49945ce2d0b23 /Library/Formula/ffmpeg2theora.rb
parent156131619cac5ee61d46ada95c8761dd1bd3fc3a (diff)
downloadhomebrew-45bc3798a0fe7134da29b7b4a38d7f8c0778c79c.tar.bz2
ffmpeg2theora: use Formula[]
Diffstat (limited to 'Library/Formula/ffmpeg2theora.rb')
-rw-r--r--Library/Formula/ffmpeg2theora.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/ffmpeg2theora.rb b/Library/Formula/ffmpeg2theora.rb
index 49377b564..3f320d4e5 100644
--- a/Library/Formula/ffmpeg2theora.rb
+++ b/Library/Formula/ffmpeg2theora.rb
@@ -22,7 +22,7 @@ class Ffmpeg2theora < Formula
def install
args = ["prefix=#{prefix}", "mandir=PREFIX/share/man"]
- args << "libkate=1" if Formula.factory('libkate').installed?
+ args << "libkate=1" if Formula['libkate'].installed?
scons "install", *args
end
end