[Lunar-commits] r20279 - moonbase/trunk/printer/cups
Auke Kok
sofar at lunar-linux.org
Wed May 31 16:34:09 UTC 2006
Author: sofar
Date: 2006-05-31 16:34:08 +0000 (Wed, 31 May 2006)
New Revision: 20279
Modified:
moonbase/trunk/printer/cups/DEPENDS
Log:
adding gnutls optionally so it can be disabled/enabled at will
Modified: moonbase/trunk/printer/cups/DEPENDS
===================================================================
--- moonbase/trunk/printer/cups/DEPENDS 2006-05-31 15:39:12 UTC (rev 20278)
+++ moonbase/trunk/printer/cups/DEPENDS 2006-05-31 16:34:08 UTC (rev 20279)
@@ -19,6 +19,11 @@
"--disable-openssl" \
"for encrypted communications" &&
+optional_depends "gnutls" \
+ "--enable-gnutls" \
+ "--disable-gnutls" \
+ "for encrypted communications" &&
+
optional_depends "openldap" \
"--enable-ldap" \
"--disable-ldap" \
More information about the Lunar-commits
mailing list