diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-03-31 06:57:03 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-03-31 06:57:03 +0000 |
commit | 4d6c856acbd4536632c51d76d2026e57d600e2e4 (patch) | |
tree | 14b928219e51ad6c5af99fdf5167734f2dc8c65a /games-action/d2x/d2x-0.2.5.ebuild | |
parent | don't rdepend on nasm; depend on sed >= 4 (Manifest recommit) (diff) | |
download | gentoo-2-4d6c856acbd4536632c51d76d2026e57d600e2e4.tar.gz gentoo-2-4d6c856acbd4536632c51d76d2026e57d600e2e4.tar.bz2 gentoo-2-4d6c856acbd4536632c51d76d2026e57d600e2e4.zip |
don't rdepend on nasm
Diffstat (limited to 'games-action/d2x/d2x-0.2.5.ebuild')
-rw-r--r-- | games-action/d2x/d2x-0.2.5.ebuild | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/games-action/d2x/d2x-0.2.5.ebuild b/games-action/d2x/d2x-0.2.5.ebuild index bf0e689304f0..c77cd4089d6a 100644 --- a/games-action/d2x/d2x-0.2.5.ebuild +++ b/games-action/d2x/d2x-0.2.5.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/d2x/d2x-0.2.5.ebuild,v 1.3 2004/03/14 18:19:30 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/d2x/d2x-0.2.5.ebuild,v 1.4 2004/03/31 06:53:08 mr_bones_ Exp $ -inherit games flag-o-matic eutils +inherit flag-o-matic eutils games -DATAFILE=d2shar10 +DATAFILE="d2shar10" DESCRIPTION="Descent 2" HOMEPAGE="http://icculus.org/d2x/" SRC_URI="http://icculus.org/d2x/src/${P}.tar.gz @@ -15,11 +15,12 @@ SLOT="0" KEYWORDS="x86 ppc" IUSE="debug opengl ggi svga" -DEPEND="media-libs/libsdl +RDEPEND="media-libs/libsdl media-libs/sdl-image opengl? ( virtual/opengl ) ggi? ( media-libs/libggi ) - svga? ( media-libs/svgalib ) + svga? ( media-libs/svgalib )" +DEPEND="${RDEPEND} x86? ( dev-lang/nasm )" src_unpack() { |