diff options
Diffstat (limited to 'games')
-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 49d65701f..656461c1e 100644 --- a/games/monkeybubble/Makefile +++ b/games/monkeybubble/Makefile @@ -7,6 +7,7 @@ PORTNAME= monkeybubble PORTVERSION= 0.1.9 +PORTREVISION= 1 CATEGORIES= games gnome MASTER_SITES= http://monkey-bubble.tuxfamily.org/ DISTNAME= monkey-bubble-${PORTVERSION} @@ -18,8 +19,9 @@ USE_X_PREFIX= yes USE_REINPLACE= yes GNU_CONFIGURE= yes USE_GMAKE= yes +USE_LIBTOOL= yes USE_GNOME= gnomehack gnomeprefix librsvg2 libgnomeui \ - gstreamerplugins intlhack + gstreamerplugins intlhack lthack CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" |