diff options
| author | Adam Vandenberg | 2013-01-20 20:01:53 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2013-01-20 20:14:09 -0800 |
| commit | 444cc448731f3705456ec3c39fb2a377174535e3 (patch) | |
| tree | 846c5498214c7cb60979b097cc23c7409bd4fe1c /Library/Formula | |
| parent | 637953a3accd791e7b2d4012fc6e358cd0ee0d0b (diff) | |
| download | homebrew-444cc448731f3705456ec3c39fb2a377174535e3.tar.bz2 | |
Wireshark: link against GnuTLS 2
Closes #16257.
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/wireshark.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/wireshark.rb b/Library/Formula/wireshark.rb index e05e38d5c..e67187410 100644 --- a/Library/Formula/wireshark.rb +++ b/Library/Formula/wireshark.rb @@ -6,7 +6,7 @@ class Wireshark < Formula sha1 '00265d9196f030848c78025f30556cd014be843d' depends_on 'pkg-config' => :build - depends_on 'gnutls' => :optional + depends_on 'gnutls2' => :optional depends_on 'libgcrypt' => :optional depends_on 'c-ares' => :optional depends_on 'pcre' => :optional |
