From ddc541aa4491735470ce79b29f0f88b2a8ee7b22 Mon Sep 17 00:00:00 2001 From: adamw Date: Thu, 1 Jan 2004 23:31:49 +0000 Subject: Remove a deprecated REINPLACE, simplify the gstreamer lib minor no. check, and remove the warning from the pkg-descr (the massive memory hogginess has been fixx0red). --- games/monkeybubble/Makefile | 3 +-- games/monkeybubble/pkg-descr | 8 +------- 2 files changed, 2 insertions(+), 9 deletions(-) (limited to 'games') diff --git a/games/monkeybubble/Makefile b/games/monkeybubble/Makefile index 15ceba68b75..0f83943f203 100644 --- a/games/monkeybubble/Makefile +++ b/games/monkeybubble/Makefile @@ -14,7 +14,7 @@ DISTNAME= monkey-bubble-${PORTVERSION} MAINTAINER= adamw@FreeBSD.org COMMENT= GTK2 Puzzle Bobble clone with monkeys -LIB_DEPENDS= gstplay-0.6.1:${PORTSDIR}/multimedia/gstreamer-plugins +LIB_DEPENDS= gstplay-0.6:${PORTSDIR}/multimedia/gstreamer-plugins USE_X_PREFIX= yes USE_REINPLACE= yes @@ -27,7 +27,6 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" post-patch: - @${REINPLACE_CMD} -e "s/-pg//" ${WRKSRC}/src/ui/Makefile.in @${REINPLACE_CMD} -e "s|/usr/share|${LOCALBASE}/share| ; \ s|lang or die|lang, 0777 or die|" ${WRKSRC}/intltool-merge.in diff --git a/games/monkeybubble/pkg-descr b/games/monkeybubble/pkg-descr index 6f6cc6abbba..3d80c37c938 100644 --- a/games/monkeybubble/pkg-descr +++ b/games/monkeybubble/pkg-descr @@ -1,11 +1,5 @@ GTK2 Puzzle Bobble clone. With monkeys. Frozen Bubble, but -with monkeys. It's like a game, except SO MUCH MORE, because +with monkeys. It's a game, except SO MUCH MORE, because it has monkeys. -Note that the game seems to want a couple hundred megs of -memory to start, but once the UI comes up, it only consumes -about 25MB. The game plays fine, but someone still needs to -track down exactly why this memory appears on FreeBSD (and -not on Linux). - WWW: http://monkey-bubble.tuxfamily.org/ -- cgit