mkvtoolnix: use Formula[]
This commit is contained in:
parent
0e5ae2dfac
commit
75a56636b1
1 changed files with 1 additions and 1 deletions
|
@ -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}",
|
||||
|
|
Loading…
Reference in a new issue