[Lunar-commits] <moonbase> wireshark: adds missing opt_dep gnutls

Christian Krause wookietreiber at lunar-linux.org
Thu Sep 1 12:49:05 CEST 2011


commit 43bec04d0e22921e3f985e49f4cfc9aef82625be
Author: Christian Krause <wookietreiber at lunar-linux.org>
Date:   Thu Sep 1 12:49:05 2011 +0200

    wireshark: adds missing opt_dep gnutls
---
 net/wireshark/DEPENDS |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/net/wireshark/DEPENDS b/net/wireshark/DEPENDS
index dd5a012..f1f0c6c 100644
--- a/net/wireshark/DEPENDS
+++ b/net/wireshark/DEPENDS
@@ -2,5 +2,6 @@ depends  gtk+-2
 depends  libpcap
 depends  openssl
 
-optional_depends heimdal "--with-krb5" "--without-krb5" "Kerberos 5 support"
-optional_depends portaudio "--with-portaudio" "--without-portaudio" "Enable RPC playback support (needed for VoIP sniffing)"
+optional_depends "gnutls"    "--with-gnutls=yes" "--with-gnutls=no"    "for SSL/TLS support"
+optional_depends "heimdal"   "--with-krb5"       "--without-krb5"      "Kerberos 5 support"
+optional_depends "portaudio" "--with-portaudio"  "--without-portaudio" "Enable RPC playback support (needed for VoIP sniffing)"


More information about the Lunar-commits mailing list