diff options
author | Martin Schlemmer <azarah@gentoo.org> | 2001-10-07 11:11:08 +0000 |
---|---|---|
committer | Martin Schlemmer <azarah@gentoo.org> | 2001-10-07 11:11:08 +0000 |
commit | 8566c8224e54c5e037ae293b1ce1f5988d93b73d (patch) | |
tree | 3dbfe935f3703a886ffb0e24357526f8dd1edc7e /net-mail/balsa | |
parent | updated (diff) | |
download | gentoo-2-8566c8224e54c5e037ae293b1ce1f5988d93b73d.tar.gz gentoo-2-8566c8224e54c5e037ae293b1ce1f5988d93b73d.tar.bz2 gentoo-2-8566c8224e54c5e037ae293b1ce1f5988d93b73d.zip |
DEPEND and /usr/X11 fixes
Diffstat (limited to 'net-mail/balsa')
-rw-r--r-- | net-mail/balsa/balsa-1.2.0-r1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net-mail/balsa/balsa-1.2.0-r1.ebuild b/net-mail/balsa/balsa-1.2.0-r1.ebuild index 1d55814aea57..1142b75904ad 100644 --- a/net-mail/balsa/balsa-1.2.0-r1.ebuild +++ b/net-mail/balsa/balsa-1.2.0-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Bruce A. Locke (blocke@shivan.org) -# $Header: /var/cvsroot/gentoo-x86/net-mail/balsa/balsa-1.2.0-r1.ebuild,v 1.2 2001/10/07 10:02:15 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/balsa/balsa-1.2.0-r1.ebuild,v 1.3 2001/10/07 11:11:08 azarah Exp $ A=${P}.tar.bz2 S=${WORKDIR}/${P} @@ -9,11 +9,11 @@ DESCRIPTION="Balsa: email client for GNOME" SRC_URI="http://www.theochem.kth.se/~pawsa/balsa/${A}" HOMEPAGE="http://www.balsa.net" -DEPEND=">=dev-libs/glib-1.2.1-r1 - >=x11-libs/gtk+-1.2.1-r4 +DEPEND=">=dev-libs/glib-1.2.10 + >=x11-libs/gtk+-1.2.10-r4 >=media-libs/imlib-1.9.10-r1 >=gnome-base/gnome-core-1.4.0.4-r1 - >=gnome-base/gnome-print-0.29-r1 + >=gnome-base/gnome-print-0.30 >=app-text/pspell-0.11.2 >=net-libs/libesmtp-0.8.3 >=gnome-extra/gtkhtml-0.14.0-r1 |