aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-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}",