diff options
Diffstat (limited to 'app-i18n')
-rw-r--r-- | app-i18n/fcitx/fcitx-3.2.1.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/app-i18n/fcitx/fcitx-3.2.1.ebuild b/app-i18n/fcitx/fcitx-3.2.1.ebuild index 70304432abdb..299a3ba5673d 100644 --- a/app-i18n/fcitx/fcitx-3.2.1.ebuild +++ b/app-i18n/fcitx/fcitx-3.2.1.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/app-i18n/fcitx/fcitx-3.2.1.ebuild,v 1.1 2006/08/09 10:44:36 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx/fcitx-3.2.1.ebuild,v 1.2 2006/08/09 10:47:15 matsuu Exp $ DESCRIPTION="Free Chinese Input Toy for X. Another Chinese XIM Input Method" HOMEPAGE="http://www.fcitx.org/" @@ -11,11 +11,10 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="truetype" -RDEPEND="|| ( ( x11-libs/libX11 x11-libs/libXrender x11-libs/libXt ) +DEPEND="|| ( ( x11-libs/libX11 x11-libs/libXrender x11-libs/libXt ) virtual/x11 ) truetype? ( || ( x11-libs/libXft virtual/xft ) )" -DEPEND="${RDEPEND}" src_compile() { econf $(use_enable truetype xft) || die "configure failed" emake || die "make failed" |