diff options
| author | Adam Vandenberg | 2013-02-17 11:18:04 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2013-02-17 11:18:04 -0800 |
| commit | fc0ce006fe5d73a620d7b3713216e9cd0be52e0b (patch) | |
| tree | 9f0251c493c30a36c063b4f09feb35c4c0901508 /Library | |
| parent | 5bbedf725a59365eaed164eec307a519fd3f4698 (diff) | |
| download | homebrew-fc0ce006fe5d73a620d7b3713216e9cd0be52e0b.tar.bz2 | |
open-babel uses pkg-config
Closes #17907.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/open-babel.rb | 1 |
1 files changed, 1 insertions, 0 deletions
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' |
