diff options
| author | Jack Nagel | 2013-02-09 23:53:28 -0600 | 
|---|---|---|
| committer | Jack Nagel | 2013-02-09 23:53:28 -0600 | 
| commit | fad2455d1b7cd1ce04ba046ac4fe761612f744ba (patch) | |
| tree | 736133e322f438c2fa5c4a6c0db78761e5f2da96 | |
| parent | b59078057a22b6a3186601ef24b82b7174dc81bc (diff) | |
| download | homebrew-fad2455d1b7cd1ce04ba046ac4fe761612f744ba.tar.bz2 | |
putty: depends on pkg-config
| -rw-r--r-- | Library/Formula/putty.rb | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/Library/Formula/putty.rb b/Library/Formula/putty.rb index 3bdb9cfbb..9c807d72f 100644 --- a/Library/Formula/putty.rb +++ b/Library/Formula/putty.rb @@ -5,6 +5,7 @@ class Putty < Formula    url 'http://the.earth.li/~sgtatham/putty/0.62/putty-0.62.tar.gz'    sha1 '5898438614117ee7e3704fc3f30a3c4bf2041380' +  depends_on 'pkg-config' => :build    depends_on 'gtk+' => :optional    def install | 
