diff options
| author | Jack Nagel | 2013-02-10 00:28:17 -0600 | 
|---|---|---|
| committer | Jack Nagel | 2013-02-10 00:28:17 -0600 | 
| commit | a36401c548dcaf9f5b7614e78594870025b362e7 (patch) | |
| tree | 2413a3471b23686e9b76f6eb30b79745e3edcebb /Library/Formula/rrdtool.rb | |
| parent | 6e894b42cfccd1454e72d12598a1de8084d438fd (diff) | |
| download | homebrew-a36401c548dcaf9f5b7614e78594870025b362e7.tar.bz2 | |
rrdtool: depends on pkg-config
Diffstat (limited to 'Library/Formula/rrdtool.rb')
| -rw-r--r-- | Library/Formula/rrdtool.rb | 1 | 
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'  | 
