From 574e02267b3733c9d7b53cd63ec87861dc49cbcf Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Thu, 19 May 2011 07:57:51 -0700 Subject: [PATCH] gdk-pixbuf: add missing libtiff dependency --- Library/Formula/gdk-pixbuf.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Library/Formula/gdk-pixbuf.rb b/Library/Formula/gdk-pixbuf.rb index 525f253429e6..cf4675e61356 100644 --- a/Library/Formula/gdk-pixbuf.rb +++ b/Library/Formula/gdk-pixbuf.rb @@ -7,6 +7,7 @@ class GdkPixbuf < Formula depends_on 'glib' depends_on 'jasper' + depends_on 'libtiff' def install system "./configure", "--disable-debug", "--disable-dependency-tracking",