aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2011-05-19 07:57:51 -0700
committerAdam Vandenberg2011-05-19 07:57:51 -0700
commit574e02267b3733c9d7b53cd63ec87861dc49cbcf (patch)
treeac8079409d26ac4e50a13a95ac4c2a711db9cbab /Library/Formula
parentbee78ab7d1e4a64e281426f63e8204a10b61ba81 (diff)
downloadhomebrew-574e02267b3733c9d7b53cd63ec87861dc49cbcf.tar.bz2
gdk-pixbuf: add missing libtiff dependency
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/gdk-pixbuf.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/gdk-pixbuf.rb b/Library/Formula/gdk-pixbuf.rb
index 525f25342..cf4675e61 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",