diff options
| author | Mike McQuaid | 2015-01-13 11:24:19 +0000 | 
|---|---|---|
| committer | Mike McQuaid | 2015-01-13 11:24:19 +0000 | 
| commit | fe696ec27d6e702d7e6667087be3093adeda250a (patch) | |
| tree | 291aab3219fb4dedeb9895f096fcf44152aee593 /Library/Formula | |
| parent | d414839e1292c090bc15d300db1197c094e107b9 (diff) | |
| download | homebrew-fe696ec27d6e702d7e6667087be3093adeda250a.tar.bz2 | |
gtkextra: test depends on pkg-config.
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/gtkextra.rb | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Formula/gtkextra.rb b/Library/Formula/gtkextra.rb index d2002f383..e8ee7f97e 100644 --- a/Library/Formula/gtkextra.rb +++ b/Library/Formula/gtkextra.rb @@ -12,7 +12,8 @@ class Gtkextra < Formula    # uses whatever backend gtk+ is built with: x11 or quartz    depends_on "gtk+" -  depends_on "pkg-config" => :build +  # needed at runtime only for the test block +  depends_on "pkg-config"    def install      system "./configure", "--disable-debug",  | 
