[Lunar-commits] CVS: moonbase/chat/gaim DEPENDS,1.11,1.12
Terry Chan
tchan at lunar-linux.org
Thu Mar 11 16:09:50 GMT 2004
Update of /var/cvs/lunar/moonbase/chat/gaim
In directory dbguin.lunar-linux.org:/tmp/cvs-serv8922
Modified Files:
DEPENDS
Log Message:
Added a missing &&.
Index: DEPENDS
===================================================================
RCS file: /var/cvs/lunar/moonbase/chat/gaim/DEPENDS,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- DEPENDS 15 Feb 2004 16:05:25 -0000 1.11
+++ DEPENDS 11 Mar 2004 16:09:47 -0000 1.12
@@ -25,12 +25,12 @@
"--disable-esdtest" \
"to enable enlightenment sound daemon for output" &&
-optional_depends "gtkspell" \
- "--enable-gtkspell" \
- "--disable-gtkspell" \
- "to enable spell checking"
+optional_depends "gtkspell" \
+ "--enable-gtkspell" \
+ "--disable-gtkspell" \
+ "to enable spell checking" &&
-optional_depends "perl" \
- "--enable-perl" \
- "--disable-perl" \
- "to enable perl plugin support"
+optional_depends "perl" \
+ "--enable-perl" \
+ "--disable-perl" \
+ "to enable perl plugin support"
More information about the Lunar-commits
mailing list