diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-07-18 18:54:00 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-07-18 18:54:00 +0000 |
commit | c94c753bfe3ff972be085309524a58b8f91e5f02 (patch) | |
tree | cf2b970c4963f74231ff8748f8f3f3867f6a466c /dev-games/crystalspace | |
parent | document some local use flags (diff) | |
download | historical-c94c753bfe3ff972be085309524a58b8f91e5f02.tar.gz historical-c94c753bfe3ff972be085309524a58b8f91e5f02.tar.bz2 historical-c94c753bfe3ff972be085309524a58b8f91e5f02.zip |
USE flag is truetype not freetype
Diffstat (limited to 'dev-games/crystalspace')
-rw-r--r-- | dev-games/crystalspace/crystalspace-20030413-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-games/crystalspace/crystalspace-20030413-r1.ebuild b/dev-games/crystalspace/crystalspace-20030413-r1.ebuild index 0e3457cd321f..3b239ead13c7 100644 --- a/dev-games/crystalspace/crystalspace-20030413-r1.ebuild +++ b/dev-games/crystalspace/crystalspace-20030413-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace/crystalspace-20030413-r1.ebuild,v 1.2 2003/07/15 23:59:01 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace/crystalspace-20030413-r1.ebuild,v 1.3 2003/07/18 18:54:00 vapier Exp $ DESCRIPTION="portable 3D Game Development Kit written in C++" SRC_URI="mirror://gentoo/distfiles/${P}.tar.gz" @@ -9,14 +9,14 @@ HOMEPAGE="http://crystal.sourceforge.net/" SLOT="0" LICENSE="LGPL-2" KEYWORDS="x86" -IUSE="oggvorbis mikmod openal freetype 3ds mng" +IUSE="oggvorbis mikmod openal truetype 3ds mng" DEPEND=">=media-libs/libpng-1.2.1 >=media-libs/jpeg-6b mng? ( media-libs/libmng ) mikmod? ( media-libs/libmikmod ) 3ds? ( media-libs/lib3ds ) - freetype? ( >=media-libs/freetype-2.0 ) + truetype? ( >=media-libs/freetype-2.0 ) openal? ( media-libs/openal ) zlib? ( sys-libs/zlib ) oggvorbis? ( >=media-libs/libogg-1.0 |