From a697b9ddce84008e79f5e8db5223ba141564db0a Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Mon, 24 Feb 2014 22:23:35 -0800 Subject: gpg-agent: use Formula[] --- Library/Formula/gpg-agent.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Library') diff --git a/Library/Formula/gpg-agent.rb b/Library/Formula/gpg-agent.rb index 496fb0df0..fe0dabe52 100644 --- a/Library/Formula/gpg-agent.rb +++ b/Library/Formula/gpg-agent.rb @@ -17,14 +17,14 @@ class GpgAgent < Formula def patches; DATA; end def install - # so we don't use Clang's internal stdint.h + # don't use Clang's internal stdint.h ENV['gl_cv_absolute_stdint_h'] = "#{MacOS.sdk_path}/usr/include/stdint.h" system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}", "--enable-agent-only", - "--with-pinentry-pgm=#{Formula.factory('pinentry').opt_prefix}/bin/pinentry", - "--with-scdaemon-pgm=#{Formula.factory('gnupg2').opt_prefix}/libexec/scdaemon" + "--with-pinentry-pgm=#{Formula['pinentry'].opt_prefix}/bin/pinentry", + "--with-scdaemon-pgm=#{Formula['gnupg2'].opt_prefix}/libexec/scdaemon" system "make install" end end -- cgit v1.2.3