diff options
| -rw-r--r-- | Library/Formula/pkg-config.rb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/pkg-config.rb b/Library/Formula/pkg-config.rb index 67e1a4ecf..5449007c0 100644 --- a/Library/Formula/pkg-config.rb +++ b/Library/Formula/pkg-config.rb @@ -8,6 +8,12 @@ class PkgConfig < Formula depends_on 'gettext' + bottle do + sha1 '52e1a98740cc834f4b29ee31923812914461f815' => :mountainlion + sha1 'ebeb434ee288ac7c96cfa09eee98434fe810edff' => :lion + sha1 'b72a6f5078ee917a28c1e6c9948db23701f4dd18' => :snowleopard + end + def install paths = %W[ #{HOMEBREW_PREFIX}/lib/pkgconfig |
