diff options
author | 2006-01-28 11:40:51 +0000 | |
---|---|---|
committer | 2006-01-28 11:40:51 +0000 | |
commit | 04fdb3df719ed4379757ebe5d4d9a90ed797128e (patch) | |
tree | bdd6b408220ece39b6d7054ba03c52f5d487fa9e /net-mail/asmail | |
parent | Add support for VIDEO_CARDS and INPUT_DEVICES variables. Set them just like a... (diff) | |
download | gentoo-2-04fdb3df719ed4379757ebe5d4d9a90ed797128e.tar.gz gentoo-2-04fdb3df719ed4379757ebe5d4d9a90ed797128e.tar.bz2 gentoo-2-04fdb3df719ed4379757ebe5d4d9a90ed797128e.zip |
dep atom fix
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'net-mail/asmail')
-rw-r--r-- | net-mail/asmail/asmail-0.56.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mail/asmail/asmail-0.56.ebuild b/net-mail/asmail/asmail-0.56.ebuild index 34ca397b31ec..1cfbc8159443 100644 --- a/net-mail/asmail/asmail-0.56.ebuild +++ b/net-mail/asmail/asmail-0.56.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/asmail/asmail-0.56.ebuild,v 1.5 2006/01/27 23:52:46 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/asmail/asmail-0.56.ebuild,v 1.6 2006/01/28 11:40:51 ticho Exp $ DESCRIPTION="Afterstep mail-checker like xbiff" HOMEPAGE="http://asmail.sourceforge.net/" @@ -16,7 +16,7 @@ RDEPEND="virtual/libc X? ( || ( x11-libs/libXpm virtual/x11 ) )" DEPEND="${RDEPEND} - X? ( || ( x11-libs/xextproto virtual/x11 ) )" + X? ( || ( x11-proto/xextproto virtual/x11 ) )" src_compile() { econf \ |