[Lunar-commits] r24343 - in moonbase/trunk: mail/thunderbird web/firefox web/seamonkey

Terry Chan tchan at lunar-linux.org
Tue May 8 02:25:35 CEST 2007


Author: tchan
Date: 2007-05-08 02:25:35 +0200 (Tue, 08 May 2007)
New Revision: 24343

Modified:
   moonbase/trunk/mail/thunderbird/DEPENDS
   moonbase/trunk/web/firefox/DEPENDS
   moonbase/trunk/web/seamonkey/DEPENDS
Log:
Fixed the DEPENDS for thunderbird/firefox/seamonkey. ORBit2 already
has a depends on libIDL. Both ORBit2 and libIDL were missing from seamonkey.
libIDL doesn't need to be specifically in ff/tb because ORBit2 already
depends on libIDL. So now all 3 modules have one depends on ORBit2.


Modified: moonbase/trunk/mail/thunderbird/DEPENDS
===================================================================
--- moonbase/trunk/mail/thunderbird/DEPENDS	2007-05-07 13:36:04 UTC (rev 24342)
+++ moonbase/trunk/mail/thunderbird/DEPENDS	2007-05-08 00:25:35 UTC (rev 24343)
@@ -1,4 +1,3 @@
-depends libIDL &&
 depends ORBit2 &&
 depends	zip    &&
 depends	unzip  &&

Modified: moonbase/trunk/web/firefox/DEPENDS
===================================================================
--- moonbase/trunk/web/firefox/DEPENDS	2007-05-07 13:36:04 UTC (rev 24342)
+++ moonbase/trunk/web/firefox/DEPENDS	2007-05-08 00:25:35 UTC (rev 24343)
@@ -1,4 +1,3 @@
-depends  libIDL  &&
 depends  ORBit2  &&
 depends  zip     &&
 depends  unzip   &&

Modified: moonbase/trunk/web/seamonkey/DEPENDS
===================================================================
--- moonbase/trunk/web/seamonkey/DEPENDS	2007-05-07 13:36:04 UTC (rev 24342)
+++ moonbase/trunk/web/seamonkey/DEPENDS	2007-05-08 00:25:35 UTC (rev 24343)
@@ -1,3 +1,4 @@
+depends ORBit2 &&
 depends libpng &&
 depends jpeg   &&
 depends zlib   &&



More information about the Lunar-commits mailing list