CVS: moonbase/filemanagers/mc DEPENDS,1.2,1.3
Terry Chan
tchan at lunar-linux.org
Wed Dec 17 20:36:30 GMT 2003
Update of /var/cvs/lunar/moonbase/filemanagers/mc
In directory dbguin.lunar-linux.org:/tmp/cvs-serv17214
Modified Files:
DEPENDS
Log Message:
Added some depends. e2fsprogs is actually a required depends since the
lunar module is using --with-libext2fs flag. mc by default uses the included
mcslang, but this is just a stripped version of slang, so might as well
use the real thing.
Index: DEPENDS
===================================================================
RCS file: /var/cvs/lunar/moonbase/filemanagers/mc/DEPENDS,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- DEPENDS 22 Jun 2003 07:32:27 -0000 1.2
+++ DEPENDS 17 Dec 2003 20:36:28 -0000 1.3
@@ -1,2 +1,4 @@
optional_depends "gpm" "" "" "if you want support for console mouse say yes here" &&
-depends glib-2
+depends glib-2 &&
+depends e2fsprogs &&
+depends slang
More information about the Lunar-commits
mailing list