diff options
-rw-r--r-- | games/monkeybubble/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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 \ |