summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-action')
-rw-r--r--games-action/supermariowar/supermariowar-2.0_beta1-r2.ebuild (renamed from games-action/supermariowar/supermariowar-2.0_beta1-r1.ebuild)4
1 files changed, 2 insertions, 2 deletions
diff --git a/games-action/supermariowar/supermariowar-2.0_beta1-r1.ebuild b/games-action/supermariowar/supermariowar-2.0_beta1-r2.ebuild
index a4231229bbf3..ecd97a15b8e4 100644
--- a/games-action/supermariowar/supermariowar-2.0_beta1-r1.ebuild
+++ b/games-action/supermariowar/supermariowar-2.0_beta1-r2.ebuild
@@ -12,6 +12,7 @@ MY_PN="smw"
DESCRIPTION="Fan-made multiplayer Super Mario Bros. style deathmatch game"
HOMEPAGE="https://github.com/mmatyas/supermariowar"
SRC_URI="https://github.com/mmatyas/${PN}/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/${PN}-${MY_PV}"
LICENSE="GPL-2"
SLOT="0"
@@ -20,6 +21,7 @@ IUSE="server"
RDEPEND="
dev-cpp/yaml-cpp
+ media-libs/libsdl[joystick]
media-libs/sdl-mixer[vorbis]
media-libs/sdl-image[png,jpeg]
net-libs/enet:1.3=
@@ -31,8 +33,6 @@ BDEPEND="
virtual/pkgconfig
"
-S="${WORKDIR}/${PN}-${MY_PV}"
-
PATCHES=( "${FILESDIR}"/${P}-cmake-add_library-static.patch )
src_unpack() {