diff options
Diffstat (limited to 'net-mail/balsa/balsa-2.0.12.ebuild')
-rw-r--r-- | net-mail/balsa/balsa-2.0.12.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-mail/balsa/balsa-2.0.12.ebuild b/net-mail/balsa/balsa-2.0.12.ebuild index ee0b0efafc21..4ae37d70946c 100644 --- a/net-mail/balsa/balsa-2.0.12.ebuild +++ b/net-mail/balsa/balsa-2.0.12.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-mail/balsa/balsa-2.0.12.ebuild,v 1.2 2003/08/18 15:11:04 agriffis Exp $ +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-mail/balsa/balsa-2.0.12.ebuild,v 1.3 2003/09/05 02:37:14 msterret Exp $ inherit gnome2 eutils @@ -38,7 +38,7 @@ src_compile() { use ssl \ && myconf="${myconf} --with-ssl" \ - || myconf="${myconf} --without-ssl" + || myconf="${myconf} --without-ssl" use gtkhtml \ && myconf="${myconf} --enable-gtkhtml" \ || myconf="${myconf} --disable-gtkhtml" |