[Lunar-commits] CVS: moonbase/net/ethereal DEPENDS,1.3,1.4
Jerry Lundström
prox at lunar-linux.org
Mon Nov 22 14:20:09 UTC 2004
Update of /var/cvs/lunar/moonbase/net/ethereal
In directory espresso.foo-projects.org:/tmp/cvs-serv11901
Modified Files:
DEPENDS
Log Message:
openssl wasnt used unless it was given --with-ssl and if heimdal was installed it would croak if it didnt get --without-krb5 if you didnt want to use it (krb5 was default yes if it was found but needed ssl also and that was default no)
Index: DEPENDS
===================================================================
RCS file: /var/cvs/lunar/moonbase/net/ethereal/DEPENDS,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- DEPENDS 10 Mar 2004 18:52:10 -0000 1.3
+++ DEPENDS 22 Nov 2004 14:20:07 -0000 1.4
@@ -1,3 +1,5 @@
depends gtk+-2 &&
-depends openssl &&
-depends libpcap
+depends openssl "--with-ssl" &&
+depends libpcap &&
+
+optional_depends heimdal "--with-krb5" "--without-krb5" "Kerberos 5 support"
More information about the Lunar-commits
mailing list