diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-31 21:29:00 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-31 21:29:00 +0000 |
commit | adf02c0e27a6d774adbe6a12b29d6526b8bb1dd7 (patch) | |
tree | 8bfe8fb4767247427889c6b59973f7505a342698 /x11-plugins/wmfortune/wmfortune-0.241.ebuild | |
parent | Mark 1.08 stable on alpha (diff) | |
download | gentoo-2-adf02c0e27a6d774adbe6a12b29d6526b8bb1dd7.tar.gz gentoo-2-adf02c0e27a6d774adbe6a12b29d6526b8bb1dd7.tar.bz2 gentoo-2-adf02c0e27a6d774adbe6a12b29d6526b8bb1dd7.zip |
Fixed DEPEND for modular X.
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'x11-plugins/wmfortune/wmfortune-0.241.ebuild')
-rw-r--r-- | x11-plugins/wmfortune/wmfortune-0.241.ebuild | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/x11-plugins/wmfortune/wmfortune-0.241.ebuild b/x11-plugins/wmfortune/wmfortune-0.241.ebuild index 104225aedf66..3c6f6af6f7aa 100644 --- a/x11-plugins/wmfortune/wmfortune-0.241.ebuild +++ b/x11-plugins/wmfortune/wmfortune-0.241.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmfortune/wmfortune-0.241.ebuild,v 1.9 2004/11/24 05:39:48 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmfortune/wmfortune-0.241.ebuild,v 1.10 2006/01/31 21:24:02 nelchael Exp $ IUSE="" DESCRIPTION="dock-app that shows fortune messages" @@ -11,8 +11,17 @@ LICENSE="GPL-1" SLOT="0" KEYWORDS="x86 amd64 ppc ~sparc" -DEPEND="games-misc/fortune-mod - virtual/x11" +RDEPEND="games-misc/fortune-mod + || ( ( + x11-libs/libX11 + x11-libs/libXext + x11-libs/libXpm ) + virtual/x11 )" +DEPEND="${RDEPEND} + || ( ( + x11-proto/xproto + x11-proto/xextproto ) + virtual/x11 )" src_compile() { emake OPTIMIZE="${CFLAGS}" || die |