aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/libbluray.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/libbluray.rb b/Library/Formula/libbluray.rb
index b952652b4..3f37f8063 100644
--- a/Library/Formula/libbluray.rb
+++ b/Library/Formula/libbluray.rb
@@ -14,7 +14,7 @@ class Libbluray < Formula
end
depends_on 'pkg-config' => :build
- depends_on 'freetype' => :recommended
+ depends_on :freetype => :recommended
# Upstream patch for freetype 2.5.1+
def patches; DATA; end