aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2013-02-17 11:18:04 -0800
committerAdam Vandenberg2013-02-17 11:18:04 -0800
commitfc0ce006fe5d73a620d7b3713216e9cd0be52e0b (patch)
tree9f0251c493c30a36c063b4f09feb35c4c0901508 /Library
parent5bbedf725a59365eaed164eec307a519fd3f4698 (diff)
downloadhomebrew-fc0ce006fe5d73a620d7b3713216e9cd0be52e0b.tar.bz2
open-babel uses pkg-config
Closes #17907.
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/open-babel.rb1
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'