diff options
| author | Adam Vandenberg | 2014-02-08 08:40:15 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2014-02-08 08:40:15 -0800 |
| commit | f17c0915c343dfff6dcf5ce140fefa85ecb16d50 (patch) | |
| tree | 5de198efb58b570f6af9d786cee70061db5b490f | |
| parent | f23946c09be9cef9c1d0e51844a8c724fba4027d (diff) | |
| download | homebrew-f17c0915c343dfff6dcf5ce140fefa85ecb16d50.tar.bz2 | |
gnutls: make p11-kit optional
p11-kit supports smartcards, which most macs don't have a slot for
Closes #26234.
| -rw-r--r-- | Library/Formula/gnutls.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/gnutls.rb b/Library/Formula/gnutls.rb index 4498fc177..a08b6af16 100644 --- a/Library/Formula/gnutls.rb +++ b/Library/Formula/gnutls.rb @@ -9,7 +9,7 @@ class Gnutls < Formula depends_on 'xz' => :build depends_on 'pkg-config' => :build depends_on 'libtasn1' - depends_on 'p11-kit' + depends_on 'p11-kit' => :optional depends_on 'nettle' depends_on 'guile' => :optional |
