From cc0206dfa4339cd6e7d583cb6ddec9b0b23b6992 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Mon, 15 Oct 2012 11:40:55 -0700 Subject: IO: fix deps Closes #15183. --- Library/Formula/io.rb | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'Library/Formula') 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 -- cgit v1.2.3