diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2006-04-27 16:03:00 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2006-04-27 16:03:00 +0000 |
commit | 94b3f17773688d0164a5e0f2c30cdb4f30f73a12 (patch) | |
tree | 7f98aa422dd7b11dd4a763bc4e28ddaa432415db /games-strategy/wormux | |
parent | Fixing SHA256 digest, pass four (diff) | |
download | gentoo-2-94b3f17773688d0164a5e0f2c30cdb4f30f73a12.tar.gz gentoo-2-94b3f17773688d0164a5e0f2c30cdb4f30f73a12.tar.bz2 gentoo-2-94b3f17773688d0164a5e0f2c30cdb4f30f73a12.zip |
needs sdl-net (bug #131436)
(Portage version: 2.1_pre9-r4)
Diffstat (limited to 'games-strategy/wormux')
-rw-r--r-- | games-strategy/wormux/wormux-0.7.1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games-strategy/wormux/wormux-0.7.1.ebuild b/games-strategy/wormux/wormux-0.7.1.ebuild index 89336d3a9241..0c127f0d999b 100644 --- a/games-strategy/wormux/wormux-0.7.1.ebuild +++ b/games-strategy/wormux/wormux-0.7.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/wormux/wormux-0.7.1.ebuild,v 1.1 2006/04/27 07:09:32 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/wormux/wormux-0.7.1.ebuild,v 1.2 2006/04/27 16:03:00 mr_bones_ Exp $ inherit eutils games @@ -17,6 +17,7 @@ RDEPEND=">=media-libs/libsdl-1.2.6 >=media-libs/sdl-image-1.2 >=media-libs/sdl-mixer-1.2 >=media-libs/sdl-ttf-2.0 + media-libs/sdl-net >=media-libs/sdl-gfx-2.0.13 >=dev-cpp/libxmlpp-2.6" DEPEND="${RDEPEND} |