diff options
author | 2007-03-13 23:20:41 +0000 | |
---|---|---|
committer | 2007-03-13 23:20:41 +0000 | |
commit | fa9c493b6222dee29cf77afcff3f1c69762a0005 (patch) | |
tree | 9d201765f08b27b30195e56f446737731280970d /games-puzzle/krystaldrop/krystaldrop-0.7.2.ebuild | |
parent | Replacing einfo with elog (diff) | |
download | historical-fa9c493b6222dee29cf77afcff3f1c69762a0005.tar.gz historical-fa9c493b6222dee29cf77afcff3f1c69762a0005.tar.bz2 historical-fa9c493b6222dee29cf77afcff3f1c69762a0005.zip |
fix DEPEND
Package-Manager: portage-2.1.2.2
Diffstat (limited to 'games-puzzle/krystaldrop/krystaldrop-0.7.2.ebuild')
-rw-r--r-- | games-puzzle/krystaldrop/krystaldrop-0.7.2.ebuild | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/games-puzzle/krystaldrop/krystaldrop-0.7.2.ebuild b/games-puzzle/krystaldrop/krystaldrop-0.7.2.ebuild index 3f38ea131e1c..5f576c6f7477 100644 --- a/games-puzzle/krystaldrop/krystaldrop-0.7.2.ebuild +++ b/games-puzzle/krystaldrop/krystaldrop-0.7.2.ebuild @@ -1,10 +1,9 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/krystaldrop/krystaldrop-0.7.2.ebuild,v 1.6 2006/12/06 17:25:47 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/krystaldrop/krystaldrop-0.7.2.ebuild,v 1.7 2007/03/13 23:20:41 nyhm Exp $ inherit eutils games -S="${WORKDIR}/${PN}" DESCRIPTION="Free clone of an excellent NeoGeo puzzle game, Magical Drop" HOMEPAGE="http://krystaldrop.sourceforge.net/" SRC_URI="mirror://sourceforge/krystaldrop/art_${PV}.tgz @@ -15,13 +14,14 @@ SLOT="0" KEYWORDS="amd64 x86" IUSE="opengl" -RDEPEND="opengl? ( virtual/opengl ) - >=media-libs/libsdl-1.2.5 +DEPEND="opengl? ( virtual/opengl ) + media-libs/libsdl media-libs/sdl-image media-libs/sdl-mixer media-libs/sdl-ttf - >=dev-libs/libxml2-2.5.7 - sys-libs/zlib" + dev-libs/libxml2" + +S=${WORKDIR}/${PN} src_unpack() { unpack src_${PV}.tgz |