diff options
author | 2000-11-03 17:47:45 +0000 | |
---|---|---|
committer | 2000-11-03 17:47:45 +0000 | |
commit | 152767ee3f49b071946fb390c7c99412dfb6a6c9 (patch) | |
tree | 989b0a6383a100d3ba297ea6816df90f8b792b4d /net-mail | |
parent | Upgrade to latest version of HTML-Tagset. (diff) | |
download | gentoo-2-152767ee3f49b071946fb390c7c99412dfb6a6c9.tar.gz gentoo-2-152767ee3f49b071946fb390c7c99412dfb6a6c9.tar.bz2 gentoo-2-152767ee3f49b071946fb390c7c99412dfb6a6c9.zip |
Added dependencies
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/evolution/evolution-0.5.1.ebuild | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/net-mail/evolution/evolution-0.5.1.ebuild b/net-mail/evolution/evolution-0.5.1.ebuild index 2288fd438b31..6ab306c838ea 100644 --- a/net-mail/evolution/evolution-0.5.1.ebuild +++ b/net-mail/evolution/evolution-0.5.1.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 Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-mail/evolution/evolution-0.5.1.ebuild,v 1.1 2000/10/14 11:32:52 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/evolution/evolution-0.5.1.ebuild,v 1.2 2000/11/03 17:47:44 achim Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -9,6 +9,11 @@ DESCRIPTION="evolution" SRC_URI="http://www.helixcode.com/apps/evolution-preview/${A}" HOMEPAGE="http://" +DEPEND=">=gnome-base/gtkhtml-0.6.1 + >=gnome-base/gnome-core-1.2.2.1 + >=gnome-base/gnome-vfs-0.3.1 + >=gnome-libs/libunicode-0.4 + >=net-nds/openldap-1.2.11" src_compile() { |