[Lunar-commits] CVS: moonbase/mail/evolution DEPENDS,1.13,1.14

Stefan Wold ratler at lunar-linux.org
Wed Sep 29 07:34:24 UTC 2004


Update of /var/cvs/lunar/moonbase/mail/evolution
In directory espresso.foo-projects.org:/tmp/cvs-serv27985

Modified Files:
	DEPENDS 
Log Message:
Removed openssl which isnt used anymore and tweaked mozilla depends

Index: DEPENDS
===================================================================
RCS file: /var/cvs/lunar/moonbase/mail/evolution/DEPENDS,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- DEPENDS	28 Sep 2004 09:35:36 -0000	1.13
+++ DEPENDS	29 Sep 2004 07:34:22 -0000	1.14
@@ -7,13 +7,6 @@
 optional_depends  "gnupg"       ""  ""  "for encrypted mail support"  &&
 optional_depends  "gnome-spell" ""  ""  "For spellcheck support"      &&
 
-optional_depends  "openssl"                                           \
-                  "--enable-openssl=yes                               \
-		  --with-openssl-includes=/usr/include/openssl        \
-		  --with-openssl-libs=/usr/lib"                       \
-		  "--enable-openssl=no"                               \
-		  "for SSL support"                                   &&
-		  
 optional_depends  "pilot-link" "--enable-pilotlinktest"               \
                   ""                                                  \
                   "for Palm support"                                  &&
@@ -25,10 +18,12 @@
 optional_depends  "mozilla"                                           \
                   "--with-nspr-includes=/usr/include/mozilla/nspr     \
                    --with-nspr-libs=/usr/lib/mozilla                  \
-                   --with-nss-includes=/usr/include/mozilla           \
-                   --with-nss-libs=/usr/lib/mozilla"                  \
+                   --with-nss-includes=/usr/include/mozilla/nss       \
+                   --with-nss-libs=/usr/lib/mozilla                   \
+		   --enable-nss=yes				      \
+		   --enable-smime=yes"				      \
                   ""                                                  \
-                  "for mozilla support"                               &&
+                  "for mozilla support, SSL and SMIME"                               &&
 
 optional_depends  "openldap"             \
                   "--with-openldap=yes"  \



More information about the Lunar-commits mailing list