diff options
Diffstat (limited to 'x11-misc/xrestop/xrestop-0.3.ebuild')
-rw-r--r-- | x11-misc/xrestop/xrestop-0.3.ebuild | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/x11-misc/xrestop/xrestop-0.3.ebuild b/x11-misc/xrestop/xrestop-0.3.ebuild index e3f663a077c6..c2f615a01a28 100644 --- a/x11-misc/xrestop/xrestop-0.3.ebuild +++ b/x11-misc/xrestop/xrestop-0.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xrestop/xrestop-0.3.ebuild,v 1.11 2005/12/12 05:10:05 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xrestop/xrestop-0.3.ebuild,v 1.12 2006/01/21 18:26:19 nelchael Exp $ IUSE="" @@ -12,11 +12,13 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="alpha amd64 ppc sparc x86" -DEPEND="|| ( ( x11-libs/libXres - x11-libs/libXt - ) - virtual/x11 - )" +RDEPEND="|| ( ( + x11-libs/libXres + x11-libs/libX11 + x11-libs/libXt ) + virtual/x11 )" +DEPEND="${RDEPEND} + || ( x11-proto/xproto virtual/x11 )" src_install () { make DESTDIR="${D}" install || die |