aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2014-04-14 22:10:34 -0500
committerJack Nagel2014-04-14 22:11:02 -0500
commitf66e1c4f467d1f219b2d0903e58c235653570e00 (patch)
tree730470fbc42e07d930f8133f95cdfab1a9d05719 /Library
parent5656fdeecf586c02d771170294dd589fa3833b0b (diff)
downloadhomebrew-f66e1c4f467d1f219b2d0903e58c235653570e00.tar.bz2
gnutls links directly to gmp, so we should list it
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/gnutls.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Formula/gnutls.rb b/Library/Formula/gnutls.rb
index 0c366ac4d..b71568d7d 100644
--- a/Library/Formula/gnutls.rb
+++ b/Library/Formula/gnutls.rb
@@ -15,9 +15,10 @@ class Gnutls < Formula
depends_on 'pkg-config' => :build
depends_on 'libtasn1'
- depends_on 'p11-kit' => :optional
+ depends_on 'gmp'
depends_on 'nettle'
depends_on 'guile' => :optional
+ depends_on 'p11-kit' => :optional
fails_with :llvm do
build 2326