aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/pango.rb6
1 files changed, 2 insertions, 4 deletions
diff --git a/Library/Formula/pango.rb b/Library/Formula/pango.rb
index 26f2f788e..17644391e 100644
--- a/Library/Formula/pango.rb
+++ b/Library/Formula/pango.rb
@@ -11,14 +11,12 @@ class Pango < Formula
sha1 "73880906087275dcd394f0567136898bbf2dca94" => :lion
end
- option 'without-x', 'Build without X11 support'
-
depends_on 'pkg-config' => :build
depends_on 'glib'
depends_on 'cairo'
depends_on 'harfbuzz'
depends_on 'fontconfig'
- depends_on :x11 if build.with? 'x'
+ depends_on :x11 => :recommended
depends_on 'gobject-introspection'
fails_with :llvm do
@@ -36,7 +34,7 @@ class Pango < Formula
--enable-introspection=yes
]
- if build.without? "x"
+ if build.without? "x11"
args << '--without-xft'
else
args << '--with-xft'