diff options
Diffstat (limited to 'x11-plugins/wmrack/wmrack-1.2.0.ebuild')
-rw-r--r-- | x11-plugins/wmrack/wmrack-1.2.0.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-plugins/wmrack/wmrack-1.2.0.ebuild b/x11-plugins/wmrack/wmrack-1.2.0.ebuild index 86fe0e3e3bf7..db77f0e8f41c 100644 --- a/x11-plugins/wmrack/wmrack-1.2.0.ebuild +++ b/x11-plugins/wmrack/wmrack-1.2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmrack/wmrack-1.2.0.ebuild,v 1.6 2006/06/11 16:04:42 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmrack/wmrack-1.2.0.ebuild,v 1.7 2006/10/27 09:04:39 s4t4n Exp $ inherit eutils @@ -10,7 +10,8 @@ MY_P=${P/2.0/2} DESCRIPTION="A WindowMaker Dock CD+Sound Applet" SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" HOMEPAGE="http://wmrack.sf.net/" -DEPEND="x11-wm/windowmaker" +DEPEND="x11-wm/windowmaker + x11-libs/libXpm" SLOT="0" LICENSE="GPL-2" |