CVS: moonbase/net/wvstreams DEPENDS,1.1,1.2

Auke Kok sofar at lunar-linux.org
Sat Dec 6 12:50:11 GMT 2003


Update of /var/cvs/lunar/moonbase/net/wvstreams
In directory dbguin.lunar-linux.org:/tmp/cvs-serv14239

Modified Files:
	DEPENDS 
Log Message:
Openssl and zlib are required, not optional.


Index: DEPENDS
===================================================================
RCS file: /var/cvs/lunar/moonbase/net/wvstreams/DEPENDS,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- DEPENDS	6 Dec 2003 02:38:24 -0000	1.1
+++ DEPENDS	6 Dec 2003 12:50:09 -0000	1.2
@@ -1,4 +1,6 @@
-depends db &&
+depends db       &&
+depends openssl  &&
+depends zlib     &&
 optional_depends  "fam"                 \
                   "--with-fam"          \
                   "--without-fam"       \
@@ -24,11 +26,6 @@
                   "--without-ogg"       \
                   "lib OGG support"
 
-optional_depends  "openssl"             \
-                  "--with-openssl"      \
-                  "--without-openssl"   \
-                  "OpenSSL support"
-
 optional_depends  "Linux-PAM"           \
                   "--with-pam"          \
                   "--without-pam"       \
@@ -44,7 +41,3 @@
                   "--without-speex"     \
                   "Speex support"
 
-optional_depends  "zlib"                \
-                  "--with-zlib"         \
-                  "--without-zlib"      \
-                  "zlib support"




More information about the Lunar-commits mailing list