diff options
| author | Adam Vandenberg | 2014-02-25 21:58:46 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2014-02-27 08:21:21 -0800 |
| commit | 0597e14b485a3513637f001937ff49d74a97afdd (patch) | |
| tree | 1439c5b5b3f1cc4f1805282b41f64165171ce40c /Library | |
| parent | c33a4878d00520079cd2113414011e32a9947c98 (diff) | |
| download | homebrew-0597e14b485a3513637f001937ff49d74a97afdd.tar.bz2 | |
mkvtoolnix: use Formula[]
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/mkvtoolnix.rb | 2 |
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}", |
