diff options
author | Grant Goodyear <g2boojum@gentoo.org> | 2002-09-12 18:51:29 +0000 |
---|---|---|
committer | Grant Goodyear <g2boojum@gentoo.org> | 2002-09-12 18:51:29 +0000 |
commit | afffd6dc575cbda7f52e5d5920ef6739b6ccff3a (patch) | |
tree | 8bfeb72b622ca216124347917316739f36218e0f /net-mail/mailx/mailx-8.1.1.11.ebuild | |
parent | Added patch to change TEXMFLOCAL to /usr/local/share/texmf . Closes 7755. (diff) | |
download | historical-afffd6dc575cbda7f52e5d5920ef6739b6ccff3a.tar.gz historical-afffd6dc575cbda7f52e5d5920ef6739b6ccff3a.tar.bz2 historical-afffd6dc575cbda7f52e5d5920ef6739b6ccff3a.zip |
Added virtual/mta as a dependency
Diffstat (limited to 'net-mail/mailx/mailx-8.1.1.11.ebuild')
-rw-r--r-- | net-mail/mailx/mailx-8.1.1.11.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-mail/mailx/mailx-8.1.1.11.ebuild b/net-mail/mailx/mailx-8.1.1.11.ebuild index 6d2488b06b72..6c6000006ed6 100644 --- a/net-mail/mailx/mailx-8.1.1.11.ebuild +++ b/net-mail/mailx/mailx-8.1.1.11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-mail/mailx/mailx-8.1.1.11.ebuild,v 1.7 2002/08/14 12:05:25 murphy Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/mailx/mailx-8.1.1.11.ebuild,v 1.8 2002/09/12 18:51:29 g2boojum Exp $ MX_VER="8.1.1" S=${WORKDIR}/mailx-${MX_VER}.orig @@ -8,7 +8,8 @@ DESCRIPTION="The /bin/mail program, which is used to send mail via shell scripts SRC_URI="ftp://ftp.debian.org/debian/pool/main/m/mailx/mailx_${MX_VER}.orig.tar.gz" HOMEPAGE="http://www.debian.org" -DEPEND=">=net-libs/liblockfile-1.03" +DEPEND=">=net-libs/liblockfile-1.03 + virtual/mta" SLOT="0" LICENSE="GPL-2" |