From 682e1991225d76e343a8c4750a1ca2a037716c2e Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Fri, 17 Aug 2012 13:12:23 -0500 Subject: gnutls: depend on p11-kit This enables compilation of other software that depends on this functionality. Signed-off-by: Jack Nagel --- Library/Formula/gnutls.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Library/Formula/gnutls.rb') diff --git a/Library/Formula/gnutls.rb b/Library/Formula/gnutls.rb index 11be5ab9d..3df40144d 100644 --- a/Library/Formula/gnutls.rb +++ b/Library/Formula/gnutls.rb @@ -8,7 +8,8 @@ class Gnutls < Formula depends_on 'pkg-config' => :build depends_on 'libgcrypt' - depends_on 'libtasn1' => :optional + depends_on 'libtasn1' + depends_on 'p11-kit' fails_with :llvm do build 2326 @@ -24,8 +25,7 @@ class Gnutls < Formula "--disable-guile", "--disable-static", "--prefix=#{prefix}", - "--with-libgcrypt", - "--without-p11-kit" + "--with-libgcrypt" system "make install" # certtool shadows the OS X certtool utility -- cgit v1.2.3