diff options
author | Brad Teaford Cowan <bcowan@gentoo.org> | 2003-01-15 21:51:34 +0000 |
---|---|---|
committer | Brad Teaford Cowan <bcowan@gentoo.org> | 2003-01-15 21:51:34 +0000 |
commit | 678b8c00615a04dcd3b2683aa30d8cd0265c8457 (patch) | |
tree | 9c44c8ecbb1f2682b48e09024bd0fb6b566fe1e7 /net-mail/sylpheed-claws | |
parent | Initial Release (diff) | |
download | gentoo-2-678b8c00615a04dcd3b2683aa30d8cd0265c8457.tar.gz gentoo-2-678b8c00615a04dcd3b2683aa30d8cd0265c8457.tar.bz2 gentoo-2-678b8c00615a04dcd3b2683aa30d8cd0265c8457.zip |
fixes bug# 13963
Diffstat (limited to 'net-mail/sylpheed-claws')
-rw-r--r-- | net-mail/sylpheed-claws/sylpheed-claws-0.8.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mail/sylpheed-claws/sylpheed-claws-0.8.7.ebuild b/net-mail/sylpheed-claws/sylpheed-claws-0.8.7.ebuild index f693ec5fc51a..d878d4135e62 100644 --- a/net-mail/sylpheed-claws/sylpheed-claws-0.8.7.ebuild +++ b/net-mail/sylpheed-claws/sylpheed-claws-0.8.7.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.7.ebuild,v 1.2 2003/01/07 05:29:28 bcowan Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/sylpheed-claws/sylpheed-claws-0.8.7.ebuild,v 1.3 2003/01/15 21:51:34 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" |