[Lunar-commits] CVS: moonbase/web/cadaver DEPENDS,1.1,1.2

Chad Kittel v3rt1g0 at lunar-linux.org
Thu Dec 16 05:15:09 UTC 2004


Update of /var/cvs/lunar/moonbase/web/cadaver
In directory espresso.foo-projects.org:/tmp/cvs-serv12006

Modified Files:
	DEPENDS 
Log Message:
Misread my depends tree. expat doesn't necessarly come along with 
libxml2 so I broke it out into it's own optional depends.


Index: DEPENDS
===================================================================
RCS file: /var/cvs/lunar/moonbase/web/cadaver/DEPENDS,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- DEPENDS	16 Dec 2004 04:50:04 -0000	1.1
+++ DEPENDS	16 Dec 2004 05:15:07 -0000	1.2
@@ -1,2 +1,3 @@
 optional_depends "openssl" "--with-ssl" "" "for SSL support" &&
-optional_depends "libxml2" "--with-libxml2 --with-expat" "" "for XML support"
+optional_depends "libxml2" "--with-libxml2" "" "for XML support" &&
+optional_depends "expat" "--with-expat" "" "for XML parsing support"



More information about the Lunar-commits mailing list