aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/pango.rb15
1 files changed, 3 insertions, 12 deletions
diff --git a/Library/Formula/pango.rb b/Library/Formula/pango.rb
index 19c8d4278..e55d135b8 100644
--- a/Library/Formula/pango.rb
+++ b/Library/Formula/pango.rb
@@ -10,19 +10,10 @@ class Pango < Formula
depends_on 'pkg-config' => :build
depends_on 'xz' => :build
depends_on 'glib'
- depends_on 'harfbuzz'
-
- unless build.include? 'without-x'
- depends_on :x11
- # Needs fontconfig 2.10.91, which is newer than what XQuartz provides
- depends_on 'fontconfig'
- end
-
- # The Cairo library shipped with Lion contains a flaw that causes Graphviz
- # to segfault. See the following ticket for information:
- # https://trac.macports.org/ticket/30370
- # We depend on our cairo on all platforms for consistency
depends_on 'cairo'
+ depends_on 'harfbuzz'
+ depends_on 'fontconfig'
+ depends_on :x11 unless build.without? 'x'
fails_with :llvm do
build 2326