diff options
| author | Jack Nagel | 2013-02-09 23:53:28 -0600 |
|---|---|---|
| committer | Jack Nagel | 2013-02-09 23:53:28 -0600 |
| commit | b59078057a22b6a3186601ef24b82b7174dc81bc (patch) | |
| tree | aebe375f85ac89c2305568ed337d2f08cd0b55ac | |
| parent | 89a1d6ed36f267f235810a952ac9c919922d745e (diff) | |
| download | homebrew-b59078057a22b6a3186601ef24b82b7174dc81bc.tar.bz2 | |
mtr: depends on pkg-config
| -rw-r--r-- | Library/Formula/mtr.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/mtr.rb b/Library/Formula/mtr.rb index a65610550..7b9fcf16a 100644 --- a/Library/Formula/mtr.rb +++ b/Library/Formula/mtr.rb @@ -5,6 +5,7 @@ class Mtr < Formula url 'ftp://ftp.bitwizard.nl/mtr/mtr-0.82.tar.gz' sha1 'f1319de27324d85898a9df0a293a438bbaaa12b5' + depends_on 'pkg-config' => :build depends_on 'gtk+' => :optional def install |
