diff options
Diffstat (limited to 'x11-terms/root-tail/root-tail-1.1.ebuild')
-rw-r--r-- | x11-terms/root-tail/root-tail-1.1.ebuild | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/x11-terms/root-tail/root-tail-1.1.ebuild b/x11-terms/root-tail/root-tail-1.1.ebuild index 6836912d8a26..0dccea82cdf0 100644 --- a/x11-terms/root-tail/root-tail-1.1.ebuild +++ b/x11-terms/root-tail/root-tail-1.1.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-terms/root-tail/root-tail-1.1.ebuild,v 1.7 2005/02/03 12:08:48 ka0ttic Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-terms/root-tail/root-tail-1.1.ebuild,v 1.8 2006/03/15 08:47:28 spyderous Exp $ DESCRIPTION="Terminal to display (multiple) log files on the root window" HOMEPAGE="http://www.goof.com/pcg/marc/root-tail.html" @@ -11,7 +11,14 @@ SLOT="0" KEYWORDS="x86 ~sparc ~amd64 ppc ppc64" IUSE="" -DEPEND="virtual/x11" +RDEPEND="|| ( x11-libs/libXext virtual/x11 )" +DEPEND=">=sys-apps/sed-4 + || ( ( x11-misc/imake + app-text/rman + x11-misc/gccmakedep + ) + virtual/x11 + )" src_compile() { xmkmf -a |