aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/harfbuzz.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/Library/Formula/harfbuzz.rb b/Library/Formula/harfbuzz.rb
index 4ad8d90e8..0e101461f 100644
--- a/Library/Formula/harfbuzz.rb
+++ b/Library/Formula/harfbuzz.rb
@@ -10,9 +10,6 @@ class Harfbuzz < Formula
depends_on 'cairo'
depends_on 'icu4c' => :recommended
- # Needs newer fontconfig than XQuartz provides for pango
- depends_on 'fontconfig'
-
def install
system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}"
system "make install"