aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/rrdtool.rb
diff options
context:
space:
mode:
authorJack Nagel2013-02-10 00:28:17 -0600
committerJack Nagel2013-02-10 00:28:17 -0600
commita36401c548dcaf9f5b7614e78594870025b362e7 (patch)
tree2413a3471b23686e9b76f6eb30b79745e3edcebb /Library/Formula/rrdtool.rb
parent6e894b42cfccd1454e72d12598a1de8084d438fd (diff)
downloadhomebrew-a36401c548dcaf9f5b7614e78594870025b362e7.tar.bz2
rrdtool: depends on pkg-config
Diffstat (limited to 'Library/Formula/rrdtool.rb')
-rw-r--r--Library/Formula/rrdtool.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/rrdtool.rb b/Library/Formula/rrdtool.rb
index bc24fe282..c29181289 100644
--- a/Library/Formula/rrdtool.rb
+++ b/Library/Formula/rrdtool.rb
@@ -7,6 +7,7 @@ class Rrdtool < Formula
option 'lua', "Compile with lua support"
+ depends_on 'pkg-config' => :build
depends_on 'glib'
depends_on 'pango'