[Lunar-commits] r21854 - moonbase/trunk/web/lighttpd
Terry Chan
tchan at lunar-linux.org
Tue Oct 17 20:43:56 UTC 2006
Author: tchan
Date: 2006-10-17 20:43:56 +0000 (Tue, 17 Oct 2006)
New Revision: 21854
Modified:
moonbase/trunk/web/lighttpd/DEPENDS
Log:
Updated with more optional_depends from JPohlmann.
Modified: moonbase/trunk/web/lighttpd/DEPENDS
===================================================================
--- moonbase/trunk/web/lighttpd/DEPENDS 2006-10-17 19:45:25 UTC (rev 21853)
+++ moonbase/trunk/web/lighttpd/DEPENDS 2006-10-17 20:43:56 UTC (rev 21854)
@@ -1,4 +1,9 @@
-optional_depends "openssl" \
- "--with-openssl" \
- "--without-openssl" \
- "for OpenSSL support"
+optional_depends mysql "--with-mysql" "--without-mysql" "MySQL support" &&
+optional_depends ldap "--with-ldap" "--without-ldap" "LDAP support" &&
+optional_depends attr "--with-attr" "--without-attr" "EA for XFS support" &&
+optional_depends valgrind "--with-valgrind" "--without-valgrind" "valgrind debugger" &&
+optional_depends openssl "--with-openssl" "--without-openssl" "OpenSSL support" &&
+optional_depends pcre "--with-pcre" "--without-pcre" "regular expression support" &&
+optional_depends bzip2 "--with-bzip2" "--without-bzip2" " bzip2 mod_compress" &&
+optional_depends gamin "--with-fam" "--without-fam" "FAM/Gamin filesystem monitoring" &&
+optional_depends lua "--with-lua" "--without-lua" "Lua engine for mod_cml"
More information about the Lunar-commits
mailing list