diff options
Diffstat (limited to 'x11-plugins/wmbutton/wmbutton-0.5.ebuild')
-rw-r--r-- | x11-plugins/wmbutton/wmbutton-0.5.ebuild | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/x11-plugins/wmbutton/wmbutton-0.5.ebuild b/x11-plugins/wmbutton/wmbutton-0.5.ebuild index a058aea8ace7..f66553e03bcc 100644 --- a/x11-plugins/wmbutton/wmbutton-0.5.ebuild +++ b/x11-plugins/wmbutton/wmbutton-0.5.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/wmbutton/wmbutton-0.5.ebuild,v 1.7 2005/09/25 17:29:14 metalgod Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmbutton/wmbutton-0.5.ebuild,v 1.8 2006/01/24 22:29:38 nelchael Exp $ inherit eutils @@ -10,7 +10,16 @@ DESCRIPTION="wmbutton is a dockapp application that displays nine configurable b SRC_URI="http://www.dockapps.org/download.php/id/454/${P}.tar.gz" HOMEPAGE="http://www.dockapps.org/file.php/id/241" -DEPEND="virtual/x11" +RDEPEND="|| ( ( + x11-libs/libX11 + x11-libs/libXext + x11-libs/libXpm ) + virtual/x11 )" +DEPEND="${RDEPEND} + || ( ( + x11-proto/xproto + x11-proto/xextproto ) + virtual/x11 )" SLOT="0" LICENSE="GPL-2" |