diff options
author | 2000-11-03 17:47:44 +0000 | |
---|---|---|
committer | 2000-11-03 17:47:44 +0000 | |
commit | d9269dfb7e96fda5966c0cf4208844c99ca4666a (patch) | |
tree | ec6662566c6ee62dbc1015cc6fc0e241022ab6c6 /net-mail | |
parent | Upgrade to latest version of HTML-Tagset. (diff) | |
download | historical-d9269dfb7e96fda5966c0cf4208844c99ca4666a.tar.gz historical-d9269dfb7e96fda5966c0cf4208844c99ca4666a.tar.bz2 historical-d9269dfb7e96fda5966c0cf4208844c99ca4666a.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() { |