From fc0ce006fe5d73a620d7b3713216e9cd0be52e0b Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Sun, 17 Feb 2013 11:18:04 -0800 Subject: open-babel uses pkg-config Closes #17907. --- Library/Formula/open-babel.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'Library') diff --git a/Library/Formula/open-babel.rb b/Library/Formula/open-babel.rb index 33db3938e..f10f88aee 100644 --- a/Library/Formula/open-babel.rb +++ b/Library/Formula/open-babel.rb @@ -10,6 +10,7 @@ class OpenBabel < Formula option 'python', 'Compile Python language bindings' option 'java', 'Compile Java language bindings' + depends_on 'pkg-config' => :build depends_on 'cmake' => :build depends_on 'wxmac' if build.include? 'gui' depends_on 'cairo' if build.include? 'png' -- cgit v1.2.3