diff options
Diffstat (limited to 'games/grhino/Makefile')
-rw-r--r-- | games/grhino/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/grhino/Makefile b/games/grhino/Makefile index 9d0fb59e3445..b0a5f8187541 100644 --- a/games/grhino/Makefile +++ b/games/grhino/Makefile @@ -6,8 +6,8 @@ # PORTNAME= grhino -PORTVERSION= 0.8.3 -PORTREVISION= 1 +PORTVERSION= 0.9.0 +#PORTREVISION= 1 CATEGORIES= games gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= rhino @@ -17,7 +17,7 @@ COMMENT= GRhino Othello/Reversi Program USE_X_PREFIX= yes USE_REINPLACE= yes -USE_GNOME= gnomelibs gnomeprefix +USE_GNOME= gtk20 gnomeprefix USE_PERL5_BUILD=yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |