diff options
Diffstat (limited to 'x11-plugins/wmmp3/wmmp3-0.12.ebuild')
-rw-r--r-- | x11-plugins/wmmp3/wmmp3-0.12.ebuild | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/x11-plugins/wmmp3/wmmp3-0.12.ebuild b/x11-plugins/wmmp3/wmmp3-0.12.ebuild index 78ca25634d77..bb01ee5c5310 100644 --- a/x11-plugins/wmmp3/wmmp3-0.12.ebuild +++ b/x11-plugins/wmmp3/wmmp3-0.12.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/wmmp3/wmmp3-0.12.ebuild,v 1.8 2005/11/11 09:31:14 s4t4n Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmp3/wmmp3-0.12.ebuild,v 1.9 2006/02/01 22:58:41 nelchael Exp $ inherit eutils @@ -14,7 +14,13 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ppc ~sparc x86" -DEPEND="virtual/x11 +RDEPEND="|| ( ( + x11-libs/libX11 + x11-libs/libXext + x11-libs/libXpm ) + virtual/x11 )" +DEPEND="${RDEPEND} + || ( x11-proto/xextproto virtual/x11 ) >=media-sound/mpg123-0.59s-r2" src_unpack() |