diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/io.rb | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/Library/Formula/io.rb b/Library/Formula/io.rb index 155cbc0e8..6ae4b69b8 100644 --- a/Library/Formula/io.rb +++ b/Library/Formula/io.rb @@ -11,11 +11,17 @@ class Io < Formula option 'without-python', 'Build without python addon' depends_on 'cmake' => :build - depends_on 'ossp-uuid' depends_on 'libevent' - depends_on 'yajl' depends_on 'libffi' + depends_on 'ossp-uuid' depends_on 'pcre' + depends_on 'yajl' + + # Used by Bignum add-on + depends_on 'gmp' unless build.include? 'without-addons' + + # Used by Fonts add-on + depends_on :freetype unless build.include? 'without-addons' fails_with :clang do build 421 |
