aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2013-09-01 14:24:19 -0500
committerJack Nagel2013-09-01 14:24:32 -0500
commit3865de15074f723077d5e21c41e1c3dfe9a95d3c (patch)
tree598572a2927332f3d33b6252bb1aeb01f118a2cb /Library/Formula
parent02597bcaf9cf17f3abab5bf567bf442728a936e1 (diff)
downloadhomebrew-3865de15074f723077d5e21c41e1c3dfe9a95d3c.tar.bz2
harfbuzz: depends on freetype
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/harfbuzz.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/harfbuzz.rb b/Library/Formula/harfbuzz.rb
index 0e101461f..bcf963ff0 100644
--- a/Library/Formula/harfbuzz.rb
+++ b/Library/Formula/harfbuzz.rb
@@ -9,6 +9,7 @@ class Harfbuzz < Formula
depends_on 'glib'
depends_on 'cairo'
depends_on 'icu4c' => :recommended
+ depends_on :freetype
def install
system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}"