[Lunar-commits] r19915 - moonbase/trunk/ftp/lftp
Terry Chan
tchan at lunar-linux.org
Tue May 2 03:03:36 UTC 2006
Author: tchan
Date: 2006-05-02 03:03:35 +0000 (Tue, 02 May 2006)
New Revision: 19915
Modified:
moonbase/trunk/ftp/lftp/DEPENDS
Log:
Added gnutls as a DEPENDS to lftp. If openssl is installed then gnutls is
REQUIRED for lftp to compile correctly.
Modified: moonbase/trunk/ftp/lftp/DEPENDS
===================================================================
--- moonbase/trunk/ftp/lftp/DEPENDS 2006-05-02 00:24:01 UTC (rev 19914)
+++ moonbase/trunk/ftp/lftp/DEPENDS 2006-05-02 03:03:35 UTC (rev 19915)
@@ -1,4 +1,5 @@
depends ncurses &&
depends readline &&
+depends gnutls &&
-optional_depends "openssl" "" "" "for https and ftps support"
+optional_depends "openssl" "--with-openssl" "--without-openssl" "for https and ftps support"
More information about the Lunar-commits
mailing list