libtiff: set flag to not depend on X11.

This commit is contained in:
Mike McQuaid 2012-08-23 08:48:11 -07:00
parent a60628d0ee
commit cf58176b34

View file

@ -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