aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/fontconfig.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/fontconfig.rb b/Library/Formula/fontconfig.rb
index 9ca876b54..4ce0418ce 100644
--- a/Library/Formula/fontconfig.rb
+++ b/Library/Formula/fontconfig.rb
@@ -5,7 +5,7 @@ class Fontconfig < Formula
url 'http://fontconfig.org/release/fontconfig-2.10.1.tar.gz'
sha1 'e377cbe989cd22d3a10020309c906ecbbcac0043'
- keg_only :when_xquartz_installed
+ keg_only unless MacOS.version >= :mountain_lion
depends_on :freetype
depends_on 'pkg-config' => :build