diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-10-17 17:37:56 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-10-17 17:37:56 +0000 |
commit | 8280c4aec04ca2b0d7057acd92c7c6ee2f381df8 (patch) | |
tree | 1b910a6ba6822f83ab9f257fa3919b7de95d99ab /games-emulation/snes9x | |
parent | cl-uncommonsql-postgresql (diff) | |
download | historical-8280c4aec04ca2b0d7057acd92c7c6ee2f381df8.tar.gz historical-8280c4aec04ca2b0d7057acd92c7c6ee2f381df8.tar.bz2 historical-8280c4aec04ca2b0d7057acd92c7c6ee2f381df8.zip |
fix 3dfx typo #31362
Diffstat (limited to 'games-emulation/snes9x')
-rw-r--r-- | games-emulation/snes9x/snes9x-1.41.1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/games-emulation/snes9x/snes9x-1.41.1.ebuild b/games-emulation/snes9x/snes9x-1.41.1.ebuild index 9508ecdb8586..49c02cb093ce 100644 --- a/games-emulation/snes9x/snes9x-1.41.1.ebuild +++ b/games-emulation/snes9x/snes9x-1.41.1.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/games-emulation/snes9x/snes9x-1.41.1.ebuild,v 1.1 2003/10/03 20:48:05 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/snes9x/snes9x-1.41.1.ebuild,v 1.2 2003/10/17 17:37:56 vapier Exp $ inherit games @@ -16,10 +16,10 @@ IUSE="3dfx opengl X" # svga ggi RDEPEND="sys-libs/zlib virtual/x11 - opengl? ( virtual/opengl )" + opengl? ( virtual/opengl ) + 3dfx? ( media-libs/glide-v3 )" # X? ( virtual/x11 ) # svga? ( media-libs/svgalib ) -# 3dfx? ( media-libs/glide-v3 ) # ggi? ( media-libs/libggi ) DEPEND="${RDEPEND} x86? ( dev-lang/nasm )" @@ -42,7 +42,7 @@ src_compile() { case ${vid} in 3dfx) vidconf="--with-glide --without-opengl --without-x" - target=gnes9x;; + target=gsnes9x;; opengl) vidconf="--with-opengl --without-glide --without-x" target=osnes9x;; |