diff options
Diffstat (limited to 'media-fonts/kochi-substitute/kochi-substitute-20030809.ebuild')
-rw-r--r-- | media-fonts/kochi-substitute/kochi-substitute-20030809.ebuild | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/media-fonts/kochi-substitute/kochi-substitute-20030809.ebuild b/media-fonts/kochi-substitute/kochi-substitute-20030809.ebuild index 91cfe03e8651..1f4c72e171f1 100644 --- a/media-fonts/kochi-substitute/kochi-substitute-20030809.ebuild +++ b/media-fonts/kochi-substitute/kochi-substitute-20030809.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-fonts/kochi-substitute/kochi-substitute-20030809.ebuild,v 1.9 2004/07/01 10:48:28 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-fonts/kochi-substitute/kochi-substitute-20030809.ebuild,v 1.10 2006/03/23 21:00:40 spyderous Exp $ IUSE="X" @@ -15,7 +15,13 @@ SLOT="0" KEYWORDS="ia64 x86 alpha sparc ppc hppa amd64 mips" DEPEND="virtual/libc - X? ( virtual/x11 )" + X? ( || ( ( x11-apps/mkfontdir + x11-apps/ttmkfdir + media-libs/fontconfig + ) + virtual/x11 + ) + )" S=${WORKDIR}/${PN}-${PV:0:8} |