diff options
Diffstat (limited to 'x11-misc/fbdesk/fbdesk-1.2.1.ebuild')
-rw-r--r-- | x11-misc/fbdesk/fbdesk-1.2.1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-misc/fbdesk/fbdesk-1.2.1.ebuild b/x11-misc/fbdesk/fbdesk-1.2.1.ebuild index 54e3e5220468..d63a66dbbea7 100644 --- a/x11-misc/fbdesk/fbdesk-1.2.1.ebuild +++ b/x11-misc/fbdesk/fbdesk-1.2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/fbdesk/fbdesk-1.2.1.ebuild,v 1.9 2007/07/22 04:05:18 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/fbdesk/fbdesk-1.2.1.ebuild,v 1.10 2007/10/11 18:13:08 lack Exp $ inherit eutils @@ -15,7 +15,8 @@ IUSE="debug png" RDEPEND="png? ( media-libs/libpng ) x11-libs/libXpm - x11-libs/libXft" + x11-libs/libXft + !>x11-wm/fluxbox-1.0_rc3_p4983" DEPEND="${RDEPEND} x11-proto/xextproto" |