aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/harfbuzz.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/harfbuzz.rb')
-rw-r--r--Library/Formula/harfbuzz.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/harfbuzz.rb b/Library/Formula/harfbuzz.rb
index 1e192a7da..577c684f4 100644
--- a/Library/Formula/harfbuzz.rb
+++ b/Library/Formula/harfbuzz.rb
@@ -16,7 +16,7 @@ class Harfbuzz < Formula
depends_on 'glib'
depends_on 'cairo'
depends_on 'icu4c' => :recommended
- depends_on :freetype
+ depends_on 'freetype'
def install
args = %W[--disable-dependency-tracking --prefix=#{prefix}]