diff options
-rw-r--r-- | games/monkeybubble/Makefile | 4 | ||||
-rw-r--r-- | games/monkeybubble/pkg-descr | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/games/monkeybubble/Makefile b/games/monkeybubble/Makefile index f15e82e5b..c295b448f 100644 --- a/games/monkeybubble/Makefile +++ b/games/monkeybubble/Makefile @@ -9,7 +9,7 @@ PORTNAME= monkeybubble PORTVERSION= 0.1.9 PORTREVISION= 2 CATEGORIES= games gnome -#MASTER_SITES= http://monkey-bubble.tuxfamily.org/ +#MASTER_SITES= http://monkey-bubble.tuxfamily.org/ #OMG where did the website go?!?! MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= adamw DISTNAME= monkey-bubble-${PORTVERSION} @@ -18,9 +18,9 @@ MAINTAINER= adamw@FreeBSD.org COMMENT= GTK2 Puzzle Bobble clone with monkeys USE_X_PREFIX= yes +USE_LIBTOOL= yes USE_REINPLACE= yes USE_GMAKE= yes -USE_LIBTOOL= yes USE_GNOME= gnomehack gnomeprefix librsvg2 libgnomeui \ gstreamerplugins intlhack lthack diff --git a/games/monkeybubble/pkg-descr b/games/monkeybubble/pkg-descr index 62630a3e2..b2bf4902d 100644 --- a/games/monkeybubble/pkg-descr +++ b/games/monkeybubble/pkg-descr @@ -4,4 +4,4 @@ it has monkeys. It has sound and network play and a spiffy GTK+-2 interface, but that's all irrelevant because, come on... monkeys! -WWW: http://monkey-bubble.tuxfamily.org/ +WWW: http://home.gna.org/monkeybubble/ |