diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-03-09 23:45:03 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-03-09 23:45:03 +0000 |
commit | 97fa614785c078ce05b3cf3dbc873e68d40aab2f (patch) | |
tree | 2e95ef5e4034caafb2da5897bf315c0ca57aa554 /app-emulation/wine/wine-20041019-r3.ebuild | |
parent | Mark 2.2.0 stable on ia64 (diff) | |
download | gentoo-2-97fa614785c078ce05b3cf3dbc873e68d40aab2f.tar.gz gentoo-2-97fa614785c078ce05b3cf3dbc873e68d40aab2f.tar.bz2 gentoo-2-97fa614785c078ce05b3cf3dbc873e68d40aab2f.zip |
Depend on fontforge when USE=truetype so we can build the default fonts.
(Portage version: 2.1_pre5-r4)
Diffstat (limited to 'app-emulation/wine/wine-20041019-r3.ebuild')
-rw-r--r-- | app-emulation/wine/wine-20041019-r3.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-emulation/wine/wine-20041019-r3.ebuild b/app-emulation/wine/wine-20041019-r3.ebuild index 38e62553cfb9..812b0b062630 100644 --- a/app-emulation/wine/wine-20041019-r3.ebuild +++ b/app-emulation/wine/wine-20041019-r3.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-emulation/wine/wine-20041019-r3.ebuild,v 1.25 2006/02/03 00:04:35 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20041019-r3.ebuild,v 1.26 2006/03/09 23:45:03 vapier Exp $ inherit eutils flag-o-matic multilib @@ -15,6 +15,7 @@ IUSE="X alsa arts cups doc gif glut jack jpeg lcms nas ncurses opengl oss" RESTRICT="test" #72375 RDEPEND=">=media-libs/freetype-2.0.0 + media-gfx/fontforge media-fonts/corefonts ncurses? ( >=sys-libs/ncurses-5.2 ) jack? ( media-sound/jack-audio-connection-kit ) |