diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-31 20:07:46 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-31 20:07:46 +0000 |
commit | 03c163e247325f5afcf23397a70e0f286ef48f62 (patch) | |
tree | 6efb43223d8930047eaaee3809b1ade0e2a584e3 /x11-plugins/wmnd/wmnd-0.4.11-r1.ebuild | |
parent | Mark 1.05 stable on alpha (diff) | |
download | gentoo-2-03c163e247325f5afcf23397a70e0f286ef48f62.tar.gz gentoo-2-03c163e247325f5afcf23397a70e0f286ef48f62.tar.bz2 gentoo-2-03c163e247325f5afcf23397a70e0f286ef48f62.zip |
Fixed DEPEND for modular X.
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'x11-plugins/wmnd/wmnd-0.4.11-r1.ebuild')
-rw-r--r-- | x11-plugins/wmnd/wmnd-0.4.11-r1.ebuild | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/x11-plugins/wmnd/wmnd-0.4.11-r1.ebuild b/x11-plugins/wmnd/wmnd-0.4.11-r1.ebuild index f72adacf7146..5ee14cbbfb4e 100644 --- a/x11-plugins/wmnd/wmnd-0.4.11-r1.ebuild +++ b/x11-plugins/wmnd/wmnd-0.4.11-r1.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-plugins/wmnd/wmnd-0.4.11-r1.ebuild,v 1.5 2005/11/11 10:10:08 s4t4n Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmnd/wmnd-0.4.11-r1.ebuild,v 1.6 2006/01/31 20:03:49 nelchael Exp $ IUSE="snmp" DESCRIPTION="WindowMaker Network Devices (dockapp)" @@ -11,8 +11,15 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ppc sparc x86" -DEPEND="virtual/x11 - snmp? ( >=net-analyzer/net-snmp-5.2.1 )" +RDEPEND="|| ( ( + x11-libs/libX11 + x11-libs/libXext + x11-libs/libXt + x11-libs/libXpm ) + virtual/x11 )" +DEPEND="${RDEPEND} + || ( x11-proto/xextproto virtual/x11 ) + snmp? ( >=net-analyzer/net-snmp-5.2.1 )" src_compile() { |