diff options
author | 2010-11-23 09:24:23 +0000 | |
---|---|---|
committer | 2010-11-23 09:24:23 +0000 | |
commit | 32cd75d30baea71e79d1a6cac83d1da1040ddc41 (patch) | |
tree | 79d3a69f26d743b8e0aa6d23b3261fc82255c599 /games-emulation/dosbox/dosbox-0.74.ebuild | |
parent | add a die after emake and don't install NEWS file (no contents) (diff) | |
download | gentoo-2-32cd75d30baea71e79d1a6cac83d1da1040ddc41.tar.gz gentoo-2-32cd75d30baea71e79d1a6cac83d1da1040ddc41.tar.bz2 gentoo-2-32cd75d30baea71e79d1a6cac83d1da1040ddc41.zip |
media-libs/libsdl need to be built with X. Fix bug #346241
(Portage version: 2.1.9.24/cvs/Linux i686)
Diffstat (limited to 'games-emulation/dosbox/dosbox-0.74.ebuild')
-rw-r--r-- | games-emulation/dosbox/dosbox-0.74.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games-emulation/dosbox/dosbox-0.74.ebuild b/games-emulation/dosbox/dosbox-0.74.ebuild index d9eb7e87dd5b..a9b50bdd2496 100644 --- a/games-emulation/dosbox/dosbox-0.74.ebuild +++ b/games-emulation/dosbox/dosbox-0.74.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/dosbox/dosbox-0.74.ebuild,v 1.5 2010/07/19 19:16:05 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/dosbox/dosbox-0.74.ebuild,v 1.6 2010/11/23 09:24:23 tupone Exp $ EAPI=2 inherit eutils games @@ -18,9 +18,10 @@ DEPEND="alsa? ( media-libs/alsa-lib ) opengl? ( virtual/opengl ) debug? ( sys-libs/ncurses ) media-libs/libpng - media-libs/libsdl[joystick,video] + media-libs/libsdl[joystick,video,X] media-libs/sdl-net media-libs/sdl-sound" +RDEPEND="${DEPEND}" src_configure() { egamesconf \ |