diff options
Diffstat (limited to 'app-emulation/snes9x/snes9x-139-r1.ebuild')
-rw-r--r-- | app-emulation/snes9x/snes9x-139-r1.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/app-emulation/snes9x/snes9x-139-r1.ebuild b/app-emulation/snes9x/snes9x-139-r1.ebuild index ec0a5f852bfe..cc93bcf789ba 100644 --- a/app-emulation/snes9x/snes9x-139-r1.ebuild +++ b/app-emulation/snes9x/snes9x-139-r1.ebuild @@ -1,16 +1,18 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/snes9x/snes9x-139-r1.ebuild,v 1.3 2002/07/15 01:32:03 rphillips Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/snes9x/snes9x-139-r1.ebuild,v 1.4 2002/07/27 16:04:24 stubear Exp $ DESCRIPTION="Super Nintendo Entertainment System (SNES) emulator" HOMEPAGE="http://www.snes9x.com/" LICENSE="as-is" +KEYWORDS="x86" +SLOT="0" SRC_URI="http://www.snes9x.com/zips/s9xs${PV}.zip" DEPEND="dev-lang/nasm virtual/x11 opengl? ( virtual/opengl ) glide? ( media-libs/glide-v3 )" - +RDEPEND="${DEPEND}" S=${WORKDIR}/release src_compile() { |