From 0d660bb51f8ee9718d8bd1560e487faf0ad8b83b Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Mon, 5 Aug 2013 11:35:43 -0500 Subject: gd: remove dead giflib dep According to the configure script, GIF support is built into gd, and there doesn't seem to be any way to make it link to libgif, so remove the dep. --- Library/Formula/gd.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'Library/Formula') diff --git a/Library/Formula/gd.rb b/Library/Formula/gd.rb index 8010dacb9..50681fcfb 100644 --- a/Library/Formula/gd.rb +++ b/Library/Formula/gd.rb @@ -11,7 +11,6 @@ class Gd < Formula depends_on :libpng => :recommended depends_on 'jpeg' => :recommended - depends_on 'giflib' => :optional depends_on :freetype => :optional fails_with :llvm do -- cgit v1.2.3