aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2014-11-13 12:08:06 -0600
committerJack Nagel2014-11-13 12:08:06 -0600
commit001316a706295f8513c6bf9b2798d133c4190bc5 (patch)
treedea8cc97e7718242ff2983e6f2ce7057cb6bb2fc /Library
parent5867c1a90e400c73f4858f98c10c69b264e19630 (diff)
downloadhomebrew-001316a706295f8513c6bf9b2798d133c4190bc5.tar.bz2
fontforge: update gif option
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/fontforge.rb5
1 files changed, 3 insertions, 2 deletions
diff --git a/Library/Formula/fontforge.rb b/Library/Formula/fontforge.rb
index 23fba0776..d7518f4a4 100644
--- a/Library/Formula/fontforge.rb
+++ b/Library/Formula/fontforge.rb
@@ -32,8 +32,9 @@ class Fontforge < Formula
end
deprecated_option "with-x" => "with-x11"
+ deprecated_option "with-gif" => "with-giflib"
- option "with-gif", "Build with GIF support"
+ option "with-giflib", "Build with GIF support"
# Autotools are required to build from source in all releases.
# I have upstreamed a request to change this, so keep monitoring the situation.
@@ -47,7 +48,7 @@ class Fontforge < Formula
depends_on "jpeg" => :recommended
depends_on "libtiff" => :recommended
depends_on :x11 => :optional
- depends_on "giflib" if build.with? "gif"
+ depends_on "giflib" => :optional
depends_on "libspiro" => :optional
depends_on "fontconfig"
depends_on "cairo"