Mike McQuaid 2012-08-23 09:36:31 -07:00
parent cf58176b34
commit 4b861e7e51
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ class Libtiff < Formula
def install
ENV.universal_binary if build.universal?
system "./configure", "--disable-dependency-tracking",
"--without-x"
"--without-x",
"--prefix=#{prefix}"
system "make install"
end