games/monkey-bubble: Fixed dep info

Signed-off-by: Erik Hanson <erik@slackbuilds.org>
This commit is contained in:
Erik Hanson 2012-08-27 11:53:38 -05:00
parent a662db00af
commit 42229bcc9c
2 changed files with 1 additions and 3 deletions

View File

@ -1,7 +1,5 @@
Monkey Bubble is a game in which you must explode all bubbles
in the game area.
This requires libgnomeui.
If you want scrollkeeper support, then install rarian and do this:
HAVE_RARIAN=yes ./monkey-bubble.SlackBuild

View File

@ -5,6 +5,6 @@ DOWNLOAD="http://home.gna.org/monkeybubble/downloads/monkey-bubble-0.4.0.tar.gz"
MD5SUM="0de8a05c8c15e08326d244534dc30f22"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="libgnomeui rarian"
REQUIRES="libgnomeui"
MAINTAINER="Larry Hajali"
EMAIL="larryhaja[at]gmail[dot]com"