diff options
author | krion <krion@FreeBSD.org> | 2004-04-04 15:05:41 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-04-04 15:05:41 +0800 |
commit | 04fe6f6768e9738261aaae277ae624079acfa175 (patch) | |
tree | eb080185235651caec4e2a1a1ccd5e522ab4b2b1 /games/grhino | |
parent | af8d19d4921477f92ae91fa87e43d34060fa176d (diff) | |
download | freebsd-ports-graphics-04fe6f6768e9738261aaae277ae624079acfa175.tar.gz freebsd-ports-graphics-04fe6f6768e9738261aaae277ae624079acfa175.tar.zst freebsd-ports-graphics-04fe6f6768e9738261aaae277ae624079acfa175.zip |
- Fix build
Reported by: bento via kris
Diffstat (limited to 'games/grhino')
-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 486362aff9e..bfa37e6f16e 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" \ |