diff options
Diffstat (limited to 'x11-plugins/wmnd/wmnd-0.4.11.ebuild')
-rw-r--r-- | x11-plugins/wmnd/wmnd-0.4.11.ebuild | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/x11-plugins/wmnd/wmnd-0.4.11.ebuild b/x11-plugins/wmnd/wmnd-0.4.11.ebuild index 30b4721d6d04..cc6806f43f94 100644 --- a/x11-plugins/wmnd/wmnd-0.4.11.ebuild +++ b/x11-plugins/wmnd/wmnd-0.4.11.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.ebuild,v 1.6 2005/11/11 10:10:08 s4t4n Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmnd/wmnd-0.4.11.ebuild,v 1.7 2006/01/31 20:03:49 nelchael Exp $ IUSE="" DESCRIPTION="WindowMaker Network Devices (dockapp)" @@ -11,7 +11,14 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ppc sparc amd64" -DEPEND="virtual/x11" +RDEPEND="|| ( ( + x11-libs/libX11 + x11-libs/libXext + x11-libs/libXt + x11-libs/libXpm ) + virtual/x11 )" +DEPEND="${RDEPEND} + || ( x11-proto/xextproto virtual/x11 )" src_compile() { econf || die "configure failed" |