diff options
Diffstat (limited to 'net-mail/fetchmail/fetchmail-6.2.2-r2.ebuild')
-rw-r--r-- | net-mail/fetchmail/fetchmail-6.2.2-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mail/fetchmail/fetchmail-6.2.2-r2.ebuild b/net-mail/fetchmail/fetchmail-6.2.2-r2.ebuild index 4e9557234504..8a70a3be35ec 100644 --- a/net-mail/fetchmail/fetchmail-6.2.2-r2.ebuild +++ b/net-mail/fetchmail/fetchmail-6.2.2-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchmail/fetchmail-6.2.2-r2.ebuild,v 1.4 2004/06/24 23:22:21 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchmail/fetchmail-6.2.2-r2.ebuild,v 1.5 2004/07/01 22:31:31 eradicator Exp $ inherit eutils @@ -13,7 +13,7 @@ LICENSE="GPL-2 public-domain" KEYWORDS="x86 ~alpha" IUSE="ssl nls ipv6" -DEPEND="virtual/glibc +DEPEND="virtual/libc ssl? ( >=dev-libs/openssl-0.9.6 ) nls? ( sys-devel/gettext )" |