aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/vips.rb
diff options
context:
space:
mode:
authorJack Nagel2012-06-06 20:35:12 -0500
committerJack Nagel2012-07-01 12:41:00 -0500
commita2d4d9d832e60e2b007990f394b22e77b6dfa3ba (patch)
tree61d17f0eb86471a00b2bf117d13f067f73e372b8 /Library/Formula/vips.rb
parent06c2ea036322bd1d05330711aa41273cddc77ede (diff)
downloadhomebrew-a2d4d9d832e60e2b007990f394b22e77b6dfa3ba.tar.bz2
Update formulae for XQuartz compatibility
Diffstat (limited to 'Library/Formula/vips.rb')
-rw-r--r--Library/Formula/vips.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/vips.rb b/Library/Formula/vips.rb
index 26f512057..a15e04768 100644
--- a/Library/Formula/vips.rb
+++ b/Library/Formula/vips.rb
@@ -6,6 +6,7 @@ class Vips < Formula
md5 '16429e3b82d869936312c0a35faaf5d0'
depends_on 'pkg-config' => :build
+ depends_on :libpng
depends_on 'gettext'
depends_on 'glib'
depends_on 'jpeg' => :optional
@@ -19,7 +20,6 @@ class Vips < Formula
depends_on 'openexr' => :optional
def install
- ENV.x11 # for libpng
system "./configure", "--prefix=#{prefix}"
system "make install"
end