diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-02-01 19:30:33 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-02-01 19:30:33 +0000 |
commit | 9ac5e5299c651c08f2c2cc72116f24dcd871d0dc (patch) | |
tree | b1e8ebe241cd6a34ed1e69f58a480c806416cc3c /net-mail/amavis | |
parent | *** empty log message *** (diff) | |
download | gentoo-2-9ac5e5299c651c08f2c2cc72116f24dcd871d0dc.tar.gz gentoo-2-9ac5e5299c651c08f2c2cc72116f24dcd871d0dc.tar.bz2 gentoo-2-9ac5e5299c651c08f2c2cc72116f24dcd871d0dc.zip |
*** empty log message ***
Diffstat (limited to 'net-mail/amavis')
-rw-r--r-- | net-mail/amavis/amavis-0.2.1-r2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-mail/amavis/amavis-0.2.1-r2.ebuild b/net-mail/amavis/amavis-0.2.1-r2.ebuild index 43bc4ac626af..4ac2c30cea63 100644 --- a/net-mail/amavis/amavis-0.2.1-r2.ebuild +++ b/net-mail/amavis/amavis-0.2.1-r2.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-r2.ebuild,v 1.1 2000/11/15 22:57:41 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/amavis/amavis-0.2.1-r2.ebuild,v 1.2 2001/02/01 19:30:33 achim Exp $ A="${P}.tar.gz" S=${WORKDIR}/${P} @@ -12,10 +12,10 @@ HOMEPAGE="http://www.amavis.org" DEPEND=">=sys-apps/bash-2.04 >=sys-libs/glibc-2.1.3 - || ( >=app-text/metamail-2.7 net-mail/maildrop ) + net-mail/maildrop >=net-mail/tnef-0.13 >=net-mail/vlnx-407e - || ( >=net-mail/qmail-1.03 >=net-mail/exim-3.1.6 )" + virtual/mta" src_compile() { cd ${S} |