diff options
-rw-r--r-- | games/monkeybubble/Makefile | 3 | ||||
-rw-r--r-- | games/monkeybubble/pkg-descr | 8 |
2 files changed, 2 insertions, 9 deletions
diff --git a/games/monkeybubble/Makefile b/games/monkeybubble/Makefile index 15ceba68b755..0f83943f203e 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 6f6cc6abbba8..3d80c37c938a 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/ |