diff options
author | 2000-11-02 08:31:54 +0000 | |
---|---|---|
committer | 2000-11-02 08:31:54 +0000 | |
commit | 2198a2cf845c9511fe0052b4a230169733bf689f (patch) | |
tree | 61cb7cc59c11b86079854be338ca711bdf538032 /net-mail | |
parent | Added building of shared libs. (diff) | |
download | gentoo-2-2198a2cf845c9511fe0052b4a230169733bf689f.tar.gz gentoo-2-2198a2cf845c9511fe0052b4a230169733bf689f.tar.bz2 gentoo-2-2198a2cf845c9511fe0052b4a230169733bf689f.zip |
Added dependencies
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/amavis/amavis-0.2.1.ebuild | 9 | ||||
-rw-r--r-- | net-mail/fetchmail/fetchmail-5.5.1.ebuild | 5 | ||||
-rw-r--r-- | net-mail/mutt/mutt-1.2.5-r1.ebuild | 6 |
3 files changed, 17 insertions, 3 deletions
diff --git a/net-mail/amavis/amavis-0.2.1.ebuild b/net-mail/amavis/amavis-0.2.1.ebuild index 0ab2f5514e5b..035217393f72 100644 --- a/net-mail/amavis/amavis-0.2.1.ebuild +++ b/net-mail/amavis/amavis-0.2.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/amavis/amavis-0.2.1.ebuild,v 1.1 2000/10/31 17:42:09 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/amavis/amavis-0.2.1.ebuild,v 1.2 2000/11/02 08:31:52 achim Exp $ A="${P}.tar.gz" S=${WORKDIR}/${P} @@ -10,6 +10,13 @@ SRC_URI="http://www.amavis.org/dist/${A}" HOMEPAGE="http://www.amavis.org" +DEPEND=">=sys-apps/bash-2.04 + >=sys-libs/glibc-2.1.3 + >=app-text/metamail-2.7 + >=net-mail/tnef-0.13 + >=net-mail/vlnx-407e + || ( >=net-mail/qmail-1.03 >=net-mail/exim-3.1.6 )" + src_compile() { cd ${S} ./reconf diff --git a/net-mail/fetchmail/fetchmail-5.5.1.ebuild b/net-mail/fetchmail/fetchmail-5.5.1.ebuild index 701cf3f0fcba..85c95fc2aec5 100644 --- a/net-mail/fetchmail/fetchmail-5.5.1.ebuild +++ b/net-mail/fetchmail/fetchmail-5.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/fetchmail/fetchmail-5.5.1.ebuild,v 1.2 2000/09/15 20:09:11 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchmail/fetchmail-5.5.1.ebuild,v 1.3 2000/11/02 08:31:52 achim Exp $ P=fetchmail-5.5.1 A=${P}.tar.gz @@ -10,6 +10,9 @@ DESCRIPTION="fetchmail" SRC_URI="http://www.tuxedo.org/~esr/fetchmail/"${A} HOMEPAGE="http://www.tuxedo.org/~esr/fetchmail/" +DEPEND=">=sys-libs/glibc-2.1.3 + >=dev-libs/openssl-0.9.6" + src_compile() { cd ${S} export CFLAGS="$CFLAGS -I/usr/include/openssl" \ diff --git a/net-mail/mutt/mutt-1.2.5-r1.ebuild b/net-mail/mutt/mutt-1.2.5-r1.ebuild index f393d31bb838..e1de3eb71350 100644 --- a/net-mail/mutt/mutt-1.2.5-r1.ebuild +++ b/net-mail/mutt/mutt-1.2.5-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 Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-mail/mutt/mutt-1.2.5-r1.ebuild,v 1.3 2000/09/15 20:09:11 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/mutt/mutt-1.2.5-r1.ebuild,v 1.4 2000/11/02 08:31:52 achim Exp $ P=mutt-1.2.5-1 A=mutt-1.2.5i.tar.gz @@ -10,6 +10,10 @@ DESCRIPTION="a small but very powerful text-based mail client" SRC_URI="ftp://ftp.mutt.org/pub/mutt/${A}" HOMEPAGE="http://www.mutt.org" +DEPEND=">=sys-apps/bash-2.04 + >=sys-libs/glibc-2.1.3 + >=sys-libs/slang-1.4.2 + >=dev-libs/openssl-0.9.6" src_compile() { |