diff options
author | adamw <adamw@FreeBSD.org> | 2005-05-24 06:20:54 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2005-05-24 06:20:54 +0800 |
commit | 4917b31ccbe3fc9ac69c6700979322f62bdf969d (patch) | |
tree | 75bd10d1471d4a3b3e3e6f2fec791846571b5e55 /games/monkeybubble | |
parent | 51a03451d24ce1d9949fe66f1a52ff48ef53b90c (diff) | |
download | freebsd-ports-gnome-4917b31ccbe3fc9ac69c6700979322f62bdf969d.tar.gz freebsd-ports-gnome-4917b31ccbe3fc9ac69c6700979322f62bdf969d.tar.zst freebsd-ports-gnome-4917b31ccbe3fc9ac69c6700979322f62bdf969d.zip |
They don't seem to be releasing new versions of this app anymore.
Define HAS_MONKEYS so it doesn't get lonely.
Diffstat (limited to 'games/monkeybubble')
-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 \ |