summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--games-arcade/openbubbles/openbubbles-1.2.ebuild11
1 files changed, 7 insertions, 4 deletions
diff --git a/games-arcade/openbubbles/openbubbles-1.2.ebuild b/games-arcade/openbubbles/openbubbles-1.2.ebuild
index 434c1926a151..7b9811ee2d2c 100644
--- a/games-arcade/openbubbles/openbubbles-1.2.ebuild
+++ b/games-arcade/openbubbles/openbubbles-1.2.ebuild
@@ -14,11 +14,14 @@ SLOT="0"
KEYWORDS="amd64 ~hppa x86 ~x86-fbsd"
IUSE=""
-DEPEND="media-libs/libsdl
- media-libs/sdl-image
+DEPEND="media-libs/libsdl[sound,video]
+ media-libs/sdl-image[png]
media-libs/sdl-gfx"
-RDEPEND="${DEPEND}"
-PATCHES=( "${FILESDIR}"/${P}-glibc2.10.patch )
+RDEPEND=${DEPEND}
+
+src_prepare() {
+ epatch "${FILESDIR}"/${P}-glibc2.10.patch
+}
src_install() {
default