diff options
author | joerg <joerg@pkgsrc.org> | 2006-06-21 22:59:12 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-06-21 22:59:12 +0000 |
commit | 889130be07cac4ba9d4eb6366fe05963b7b658ed (patch) | |
tree | daee0317872f8a51499f45ffd3fc1366a42f0089 /games | |
parent | 51679fa80ba8295f921b653b3d608de6faf57bc6 (diff) | |
download | pkgsrc-889130be07cac4ba9d4eb6366fe05963b7b658ed.tar.gz |
Needs msgfmt.
Diffstat (limited to 'games')
-rw-r--r-- | games/grhino/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/grhino/Makefile b/games/grhino/Makefile index 7e57d37598b..ed384b1ebbb 100644 --- a/games/grhino/Makefile +++ b/games/grhino/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2006/05/25 17:58:49 wiz Exp $ +# $NetBSD: Makefile,v 1.26 2006/06/21 22:59:51 joerg Exp $ # DISTNAME= grhino-0.15.0 @@ -11,7 +11,7 @@ HOMEPAGE= http://rhino.sourceforge.net/ COMMENT= Othello (Reversi) engine USE_LANGUAGES= c c++ -USE_TOOLS+= pkg-config +USE_TOOLS+= pkg-config msgfmt GNU_CONFIGURE= yes USE_DIRS+= gnome2-1.5 USE_PKGLOCALEDIR= yes |