aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2014-02-25 21:58:46 -0800
committerAdam Vandenberg2014-02-27 08:21:21 -0800
commit0597e14b485a3513637f001937ff49d74a97afdd (patch)
tree1439c5b5b3f1cc4f1805282b41f64165171ce40c /Library
parentc33a4878d00520079cd2113414011e32a9947c98 (diff)
downloadhomebrew-0597e14b485a3513637f001937ff49d74a97afdd.tar.bz2
mkvtoolnix: use Formula[]
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/mkvtoolnix.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/mkvtoolnix.rb b/Library/Formula/mkvtoolnix.rb
index 72fbb75bb..14429f220 100644
--- a/Library/Formula/mkvtoolnix.rb
+++ b/Library/Formula/mkvtoolnix.rb
@@ -45,7 +45,7 @@ class Mkvtoolnix < Formula
ENV['ZLIB_CFLAGS'] = '-I/usr/include'
ENV['ZLIB_LIBS'] = '-L/usr/lib -lz'
- boost = Formula.factory('boost').opt_prefix
+ boost = Formula["boost"].opt_prefix
system "./configure", "--disable-debug",
"--prefix=#{prefix}",