diff options
Diffstat (limited to 'app-emulation/gngb/gngb-20020111.ebuild')
-rw-r--r-- | app-emulation/gngb/gngb-20020111.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-emulation/gngb/gngb-20020111.ebuild b/app-emulation/gngb/gngb-20020111.ebuild index 8e69ee85a200..0a74c127191b 100644 --- a/app-emulation/gngb/gngb-20020111.ebuild +++ b/app-emulation/gngb/gngb-20020111.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/gngb/gngb-20020111.ebuild,v 1.7 2002/10/05 05:39:07 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/gngb/gngb-20020111.ebuild,v 1.8 2002/11/17 22:48:28 hanno Exp $ IUSE="opengl" @@ -8,7 +8,7 @@ DESCRIPTION="gngb - Gameboy / Gameboy Color emulator" HOMEPAGE="http://membres.lycos.fr/frogus/gngb/" LICENSE="GPL-2" KEYWORDS="x86 -ppc" -SLOT="0" +SLOT="0" RDEPEND="media-libs/libsdl opengl? ( virtual/opengl )" DEPEND="${RDEPEND}" @@ -19,7 +19,7 @@ src_compile() { use opengl || myconf=" --with-gl " econf ${myconf} || die - + emake || die } |