diff options
author | Brad Teaford Cowan <bcowan@gentoo.org> | 2002-12-26 17:41:54 +0000 |
---|---|---|
committer | Brad Teaford Cowan <bcowan@gentoo.org> | 2002-12-26 17:41:54 +0000 |
commit | dce7fbce799bf909c9451bde35b9f03507f7f74c (patch) | |
tree | 96456a29bd0176eafb83115c39d43c7c15d6a8e8 /net-mail | |
parent | version bump, fixes mime issue (diff) | |
download | historical-dce7fbce799bf909c9451bde35b9f03507f7f74c.tar.gz historical-dce7fbce799bf909c9451bde35b9f03507f7f74c.tar.bz2 historical-dce7fbce799bf909c9451bde35b9f03507f7f74c.zip |
forgot to add new ssl config
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/sylpheed-claws/sylpheed-claws-0.8.8.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mail/sylpheed-claws/sylpheed-claws-0.8.8.ebuild b/net-mail/sylpheed-claws/sylpheed-claws-0.8.8.ebuild index de45ed12072d..2e91701b2b54 100644 --- a/net-mail/sylpheed-claws/sylpheed-claws-0.8.8.ebuild +++ b/net-mail/sylpheed-claws/sylpheed-claws-0.8.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/sylpheed-claws/sylpheed-claws-0.8.8.ebuild,v 1.1 2002/12/26 17:22:39 bcowan Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/sylpheed-claws/sylpheed-claws-0.8.8.ebuild,v 1.2 2002/12/26 17:41:54 bcowan Exp $ IUSE="nls gnome xface gtkhtml crypt spell imlib ssl ldap ipv6 pda" @@ -60,7 +60,7 @@ src_compile() { use ldap && myconf="${myconf} --enable-ldap" - use ssl && myconf="${myconf} --enable-ssl" + use ssl && myconf="${myconf} --enable-openssl" use crypt && myconf="${myconf} --enable-gpgme" |