diff options
Diffstat (limited to 'x11-wm/blackbox/blackbox-0.70.0.ebuild')
-rw-r--r-- | x11-wm/blackbox/blackbox-0.70.0.ebuild | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/x11-wm/blackbox/blackbox-0.70.0.ebuild b/x11-wm/blackbox/blackbox-0.70.0.ebuild index df0cec8ffd5f..a28892814eb0 100644 --- a/x11-wm/blackbox/blackbox-0.70.0.ebuild +++ b/x11-wm/blackbox/blackbox-0.70.0.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-wm/blackbox/blackbox-0.70.0.ebuild,v 1.9 2005/06/06 16:44:47 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/blackbox/blackbox-0.70.0.ebuild,v 1.10 2006/01/30 20:52:52 robbat2 Exp $ DESCRIPTION="A small, fast, full-featured window manager for X" HOMEPAGE="http://blackboxwm.sourceforge.net/" @@ -11,10 +11,11 @@ SLOT="0" KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86" IUSE="nls truetype debug" -RDEPEND="virtual/x11 - nls? ( sys-devel/gettext ) - truetype? ( media-libs/freetype )" +RDEPEND="|| ( ( x11-libs/libXft x11-libs/libXt ) virtual/x11 ) + nls? ( sys-devel/gettext ) + truetype? ( media-libs/freetype )" DEPEND="${RDEPEND} + || ( ( x11-proto/xextproto ) virtual/x11 ) dev-util/pkgconfig >=sys-apps/sed-4" |