libxslt: use Formula[]
This commit is contained in:
parent
b7a61bac1d
commit
3aef93d85f
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ class Libxslt < Formula
|
|||
def install
|
||||
system "./configure", "--disable-dependency-tracking",
|
||||
"--prefix=#{prefix}",
|
||||
"--with-libxml-prefix=#{Formula.factory('libxml2').prefix}"
|
||||
"--with-libxml-prefix=#{Formula["libxml2"].prefix}"
|
||||
system "make"
|
||||
system "make install"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue