diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/pkg-config.rb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Library/Formula/pkg-config.rb b/Library/Formula/pkg-config.rb index 812ef9459..fe0b4278c 100644 --- a/Library/Formula/pkg-config.rb +++ b/Library/Formula/pkg-config.rb @@ -2,6 +2,10 @@ require 'formula' class PkgConfig < Formula homepage 'http://pkg-config.freedesktop.org' + + # yes we know pkg-config 0.26 is now out, however it depends on glib + # this is totally ridiculous dependency and we refuse to upgrade until + # someone can prove we must. url 'http://pkg-config.freedesktop.org/releases/pkg-config-0.25.tar.gz' md5 'a3270bab3f4b69b7dc6dbdacbcae9745' |
