diff options
Diffstat (limited to 'games/grhino/Makefile')
-rw-r--r-- | games/grhino/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/grhino/Makefile b/games/grhino/Makefile index 486362aff9e3..bfa37e6f16e0 100644 --- a/games/grhino/Makefile +++ b/games/grhino/Makefile @@ -15,9 +15,11 @@ MASTER_SITE_SUBDIR= rhino MAINTAINER= umeno@rr.iij4u.or.jp COMMENT= GRhino Othello/Reversi Program +USE_GETTEXT= yes +USE_ICONV= yes USE_X_PREFIX= yes USE_REINPLACE= yes -USE_GNOME= gtk20 gnomeprefix gnomelibs +USE_GNOME= gtk20 gnomeprefix gnomelibs pkgconfig USE_PERL5_BUILD=yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |