diff options
author | Thomas Raschbacher <lordvan@gentoo.org> | 2004-06-03 21:46:19 +0000 |
---|---|---|
committer | Thomas Raschbacher <lordvan@gentoo.org> | 2004-06-03 21:46:19 +0000 |
commit | d80b927a2f7df6dfc773acc27f0f0f5f6b7d5d75 (patch) | |
tree | a57473065b561e16886ee721b2bba555362b6437 /dev-games/crystalspace/crystalspace-20030413-r1.ebuild | |
parent | removed glibc mask (diff) | |
download | historical-d80b927a2f7df6dfc773acc27f0f0f5f6b7d5d75.tar.gz historical-d80b927a2f7df6dfc773acc27f0f0f5f6b7d5d75.tar.bz2 historical-d80b927a2f7df6dfc773acc27f0f0f5f6b7d5d75.zip |
fixed dep for ode so it compiles
Diffstat (limited to 'dev-games/crystalspace/crystalspace-20030413-r1.ebuild')
-rw-r--r-- | dev-games/crystalspace/crystalspace-20030413-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-games/crystalspace/crystalspace-20030413-r1.ebuild b/dev-games/crystalspace/crystalspace-20030413-r1.ebuild index 533fa541cac2..c1664e2e116c 100644 --- a/dev-games/crystalspace/crystalspace-20030413-r1.ebuild +++ b/dev-games/crystalspace/crystalspace-20030413-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 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.13 2004/04/13 09:23:22 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace/crystalspace-20030413-r1.ebuild,v 1.14 2004/06/03 21:46:19 lordvan Exp $ DESCRIPTION="portable 3D Game Development Kit written in C++" SRC_URI="mirror://gentoo/distfiles/${P}.tar.gz" @@ -22,7 +22,7 @@ RDEPEND=">=media-libs/libpng-1.2.1 oggvorbis? ( >=media-libs/libogg-1.0 >=media-libs/libvorbis-1.0 ) - dev-games/ode + =dev-games/ode-0.039 >=dev-lang/perl-5.6.1 !dev-games/crystalspace-cvs" DEPEND="${RDEPEND} |