summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--games-arcade/batrachians/batrachians-0.1.6-r1.ebuild19
1 files changed, 11 insertions, 8 deletions
diff --git a/games-arcade/batrachians/batrachians-0.1.6-r1.ebuild b/games-arcade/batrachians/batrachians-0.1.6-r1.ebuild
index c3da891efd81..3f26d0405bfe 100644
--- a/games-arcade/batrachians/batrachians-0.1.6-r1.ebuild
+++ b/games-arcade/batrachians/batrachians-0.1.6-r1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
-GNOME2_EAUTORECONF="yes"
+EAPI=7
-inherit autotools gnome2
+GNOME2_EAUTORECONF="yes"
+inherit gnome2
DESCRIPTION="A fly-eating frog video game"
HOMEPAGE="https://perso.b2b2c.ca/~sarrazip/dev/batrachians.html"
@@ -13,12 +13,15 @@ SRC_URI="https://perso.b2b2c.ca/~sarrazip/dev/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE=""
-RDEPEND=">=dev-games/flatzebra-0.1.5"
-DEPEND="${RDEPEND}
- virtual/pkgconfig
+RDEPEND="
+ >=dev-games/flatzebra-0.1.5
+ media-libs/libsdl
+ media-libs/sdl-image
+ media-libs/sdl-mixer
"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
PATCHES=( "${FILESDIR}"/${P}-makefile.patch )