diff options
Diffstat (limited to 'app-emulation/dgen-sdl')
-rw-r--r-- | app-emulation/dgen-sdl/dgen-sdl-1.23.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/dgen-sdl/dgen-sdl-1.23.ebuild b/app-emulation/dgen-sdl/dgen-sdl-1.23.ebuild index b7b4882bb750..3acf1ad73fe2 100644 --- a/app-emulation/dgen-sdl/dgen-sdl-1.23.ebuild +++ b/app-emulation/dgen-sdl/dgen-sdl-1.23.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/dgen-sdl/dgen-sdl-1.23.ebuild,v 1.4 2002/08/04 20:31:18 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/dgen-sdl/dgen-sdl-1.23.ebuild,v 1.5 2002/08/04 20:32:08 drobbins Exp $ S=${WORKDIR}/${P} DESCRIPTION="DGen/SDL is a Linux/SDL-Port of the famous DGen MegaDrive/Genesis-Emulator" @@ -10,7 +10,7 @@ SRC_URI="http://www.pknet.com/~joe/${P}.tar.gz" SLOT="0" KEYWORDS="x86" LICENSE="dgen-sdl" -DEPEND="media-libs/libsdl X? virtual/X11 opengl? virtual/opengl" +DEPEND="media-libs/libsdl X? virtual/x11 opengl? virtual/opengl" RDEPEND="${DEPEND} dev-lang/nasm" src_compile() { |