[Lunar-commits] r17140 - moonbase/trunk/ftp/wget
Stefan Wold
ratler at lunar-linux.org
Tue Nov 1 12:04:37 UTC 2005
Author: ratler
Date: 2005-11-01 12:04:36 +0000 (Tue, 01 Nov 2005)
New Revision: 17140
Modified:
moonbase/trunk/ftp/wget/DEPENDS
Log:
Added optional depends for NLS
Modified: moonbase/trunk/ftp/wget/DEPENDS
===================================================================
--- moonbase/trunk/ftp/wget/DEPENDS 2005-11-01 05:30:26 UTC (rev 17139)
+++ moonbase/trunk/ftp/wget/DEPENDS 2005-11-01 12:04:36 UTC (rev 17140)
@@ -1 +1,2 @@
-optional_depends "openssl" "--with-ssl" "--without-ssl" "for https and ftps"
+optional_depends "openssl" "--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