diff options
Diffstat (limited to 'x11-wm/jwm/jwm-0.21.ebuild')
-rw-r--r-- | x11-wm/jwm/jwm-0.21.ebuild | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/x11-wm/jwm/jwm-0.21.ebuild b/x11-wm/jwm/jwm-0.21.ebuild index 3ccdb9859b42..37476fd32b22 100644 --- a/x11-wm/jwm/jwm-0.21.ebuild +++ b/x11-wm/jwm/jwm-0.21.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-wm/jwm/jwm-0.21.ebuild,v 1.4 2005/07/01 21:57:27 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/jwm/jwm-0.21.ebuild,v 1.5 2006/02/11 11:53:34 nelchael Exp $ IUSE="" @@ -12,7 +12,17 @@ SLOT="0" LICENSE="GPL-2" KEYWORDS="ppc x86" -DEPEND="virtual/x11" +RDEPEND="|| ( ( + x11-libs/libX11 + x11-libs/libXt + x11-libs/libXext + x11-libs/libXpm ) + virtual/x11 )" +DEPEND="${RDEPEND} + || ( ( + x11-proto/xextproto + x11-proto/xproto ) + virtual/x11 )" src_install() { dodir /usr/bin |