[Lunar-commits] <moonbase> wireshark: Fixing DEPENDS per BR393.

Dennis 'stumbles' Veatch stumbles at lunar-linux.org
Sat Apr 11 16:26:46 CEST 2009


commit a3c841379f7c015d91243a6ab4ec3247020316a8
Author: Dennis 'stumbles' Veatch <stumbles at lunar-linux.org>
Date:   Sat Apr 11 10:26:46 2009 -0400

    wireshark: Fixing DEPENDS per BR393.
---
 net/wireshark/BUILD   |    2 +-
 net/wireshark/DEPENDS |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net/wireshark/BUILD b/net/wireshark/BUILD
index 48e169d..90cf043 100644
--- a/net/wireshark/BUILD
+++ b/net/wireshark/BUILD
@@ -1,6 +1,6 @@
 (
 
-  OPTS="$OPTS --enable-gtk2 --enable-usr-local=no --enable-randpkt"
+  OPTS="$OPTS --with-ssl --enable-gtk2 --enable-usr-local=no --enable-randpkt"
 
   default_build
 
diff --git a/net/wireshark/DEPENDS b/net/wireshark/DEPENDS
index f44ba57..a1789ac 100644
--- a/net/wireshark/DEPENDS
+++ b/net/wireshark/DEPENDS
@@ -1,5 +1,5 @@
 depends  gtk+-2 
 depends  libpcap
-depends  openssl "--with-ssl"
+depends  openssl
 
 optional_depends heimdal "--with-krb5" "--without-krb5" "Kerberos 5 support"


More information about the Lunar-commits mailing list