From 4917b31ccbe3fc9ac69c6700979322f62bdf969d Mon Sep 17 00:00:00 2001 From: adamw Date: Mon, 23 May 2005 22:20:54 +0000 Subject: They don't seem to be releasing new versions of this app anymore. Define HAS_MONKEYS so it doesn't get lonely. --- games/monkeybubble/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'games/monkeybubble') diff --git a/games/monkeybubble/Makefile b/games/monkeybubble/Makefile index 5c9434a321e1..2ee4a3c7db4a 100644 --- a/games/monkeybubble/Makefile +++ b/games/monkeybubble/Makefile @@ -16,8 +16,10 @@ MAINTAINER= adamw@FreeBSD.org COMMENT= GTK2 Puzzle Bobble clone with monkeys USE_X_PREFIX= yes -USE_LIBTOOL_VER=15 USE_REINPLACE= yes +HAS_MONKEYS= yes + +USE_LIBTOOL_VER=15 USE_GMAKE= yes USE_GSTREAMER= ogg gconf USE_GNOME= gnomehack gnomeprefix librsvg2 libgnomeui \ -- cgit