diff options
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/font.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/font.eclass b/eclass/font.eclass index ddbcdb42ff7d..aec9a4a1c3c2 100644 --- a/eclass/font.eclass +++ b/eclass/font.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/font.eclass,v 1.16 2005/08/16 06:38:04 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/font.eclass,v 1.17 2005/12/13 05:08:37 spyderous Exp $ # Author: foser <foser@gentoo.org> @@ -23,7 +23,7 @@ DOCS="" # Docs to install IUSE="X" -DEPEND="X? ( virtual/x11 ) +DEPEND="X? ( || ( x11-apps/mkfontdir virtual/x11 ) ) media-libs/fontconfig" # |