diff options
| author | Jack Nagel | 2013-09-01 14:12:29 -0500 |
|---|---|---|
| committer | Jack Nagel | 2013-09-01 14:12:37 -0500 |
| commit | 76c1d3c55860a03376ebbc43318d32994c42a740 (patch) | |
| tree | 73c13e497089c8d9a16d7b0df9f21976bf943d7a /Library/Formula | |
| parent | 1e8c6dac89d06b7d73fe6d1997b43c288b5ce290 (diff) | |
| download | homebrew-76c1d3c55860a03376ebbc43318d32994c42a740.tar.bz2 | |
pango: update deps
- Always depend on newer fontconfig
- Remove outdated comment about cairo; we always use our cairo these
days anyway
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/pango.rb | 15 |
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 |
