diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-04-04 07:05:41 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-04-04 07:05:41 +0000 |
commit | fa43edfd9ced18fd31bfc94cc3270a33808d0b54 (patch) | |
tree | 7b514a36a1eec10d0475146b9412d5343dd282a3 /games | |
parent | 05e5428e3c7ed60cd6210659afe0b0adc2001a2c (diff) | |
download | ports-fa43edfd9ced18fd31bfc94cc3270a33808d0b54.tar.gz ports-fa43edfd9ced18fd31bfc94cc3270a33808d0b54.zip |
Notes
Diffstat (limited to 'games')
-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" \ |