diff options
author | adamw <adamw@FreeBSD.org> | 2004-01-02 07:31:49 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2004-01-02 07:31:49 +0800 |
commit | ddc541aa4491735470ce79b29f0f88b2a8ee7b22 (patch) | |
tree | 27942dbb47cac7f4eea564d3b4a9ed6228345dfb /games | |
parent | 55833abf059c0be1c80b64c6f138786495aa7c1c (diff) | |
download | freebsd-ports-gnome-ddc541aa4491735470ce79b29f0f88b2a8ee7b22.tar.gz freebsd-ports-gnome-ddc541aa4491735470ce79b29f0f88b2a8ee7b22.tar.zst freebsd-ports-gnome-ddc541aa4491735470ce79b29f0f88b2a8ee7b22.zip |
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).
Diffstat (limited to 'games')
-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/ |