[Lunar-commits] <moonbase> wget: fixed dependency on gnutls. Thanks goes to derdon for bugreport and proposed fix

Zbigniew Luszpinski zbiggy at lunar-linux.org
Sun Aug 14 16:43:47 CEST 2011


commit 08ecc43a93a58a38cbd22418fb954d6d345814cd
Author: Zbigniew Luszpinski <zbiggy at lunar-linux.org>
Date:   Sun Aug 14 16:43:47 2011 +0200

    wget: fixed dependency on gnutls. Thanks goes to derdon for bugreport and proposed fix
---
 ftp/wget/DEPENDS |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/ftp/wget/DEPENDS b/ftp/wget/DEPENDS
index f150845..4fca784 100644
--- a/ftp/wget/DEPENDS
+++ b/ftp/wget/DEPENDS
@@ -1,2 +1,2 @@
-optional_depends  "openssl"  "--with-ssl"   "--without-ssl"  "for https and ftps"
+optional_depends  "gnutls"  "--with-ssl"   "--without-ssl"  "for https and ftps"
 optional_depends  "gettext"  "--enable-nls" "--disable-nls"  "for NLS support"


More information about the Lunar-commits mailing list