aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/gnupg2.rb5
1 files changed, 3 insertions, 2 deletions
diff --git a/Library/Formula/gnupg2.rb b/Library/Formula/gnupg2.rb
index 7d91d2105..ab0e22aae 100644
--- a/Library/Formula/gnupg2.rb
+++ b/Library/Formula/gnupg2.rb
@@ -1,8 +1,8 @@
require 'formula'
class Gnupg2 < Formula
- url 'ftp://ftp.gnupg.org/gcrypt/gnupg/gnupg-2.0.18.tar.bz2'
homepage 'http://www.gnupg.org/'
+ url 'ftp://ftp.gnupg.org/gcrypt/gnupg/gnupg-2.0.18.tar.bz2'
sha1 '5ec2f718760cc3121970a140aeea004b64545c46'
depends_on 'libgpg-error'
@@ -28,7 +28,8 @@ class Gnupg2 < Formula
system "./configure", "--prefix=#{prefix}",
"--disable-dependency-tracking",
"--enable-symcryptrun",
- "--disable-agent"
+ "--disable-agent",
+ "--with-agent-pgm=#{HOMEBREW_PREFIX}/bin/gpg-agent"
system "make"
system "make check"
system "make install"