diff options
| author | Stefan | 2012-11-15 19:27:17 +0100 | 
|---|---|---|
| committer | Jack Nagel | 2012-11-15 13:20:22 -0600 | 
| commit | 7cd89cd5d19730ff2a2f8c3df57ec6fc333c454e (patch) | |
| tree | bdfb16b9a6e64c00bcf627f02b987345c55e7a2b /Library/Formula/wireshark.rb | |
| parent | d6640a805903734ad902b24c46302048eee6a42c (diff) | |
| download | homebrew-7cd89cd5d19730ff2a2f8c3df57ec6fc333c454e.tar.bz2 | |
Add missing libgcrypt dependencies post-gnutls 3 update
Closes #16093.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula/wireshark.rb')
| -rw-r--r-- | Library/Formula/wireshark.rb | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/wireshark.rb b/Library/Formula/wireshark.rb index c242026ed..a059802df 100644 --- a/Library/Formula/wireshark.rb +++ b/Library/Formula/wireshark.rb @@ -7,6 +7,7 @@ class Wireshark < Formula    depends_on 'pkg-config' => :build    depends_on 'gnutls' => :optional +  depends_on 'libgcrypt' => :optional    depends_on 'c-ares' => :optional    depends_on 'pcre' => :optional    depends_on 'glib'  | 
