aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/fwknop.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/Library/Formula/fwknop.rb b/Library/Formula/fwknop.rb
index eb0b212f2..d3c8bfea1 100644
--- a/Library/Formula/fwknop.rb
+++ b/Library/Formula/fwknop.rb
@@ -5,6 +5,9 @@ class Fwknop < Formula
url 'http://www.cipherdyne.org/fwknop/download/fwknop-2.0.3.tar.gz'
sha1 '13f0e5d3762d2ebd09183581f0fb0f6329835671'
+ # needed for gpg support
+ depends_on 'gpgme' => :optional
+
def install
system "./configure", "--disable-dependency-tracking",
"--prefix=#{prefix}"