libtiff: set flag to not depend on X11.
This commit is contained in:
parent
a60628d0ee
commit
cf58176b34
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ class Libtiff < Formula
|
|||
def install
|
||||
ENV.universal_binary if build.universal?
|
||||
system "./configure", "--disable-dependency-tracking",
|
||||
"--without-x"
|
||||
"--prefix=#{prefix}"
|
||||
system "make install"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue