diff options
author | hasso <hasso@pkgsrc.org> | 2009-05-04 01:37:43 +0000 |
---|---|---|
committer | hasso <hasso@pkgsrc.org> | 2009-05-04 01:37:43 +0000 |
commit | 79e09ea089ff1dba5f1ee7995602f2cbcfcfc073 (patch) | |
tree | 8f4a3aa2f8dcdb810ac058beaaf07a3c0727fc03 /games | |
parent | 23565242676d9d3075c6a7e559449aa047324e39 (diff) | |
download | pkgsrc-79e09ea089ff1dba5f1ee7995602f2cbcfcfc073.tar.gz |
Need msgfmt.
Diffstat (limited to 'games')
-rw-r--r-- | games/gbrainy/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/gbrainy/Makefile b/games/gbrainy/Makefile index 89d8041fa88..8a5efd2cb3c 100644 --- a/games/gbrainy/Makefile +++ b/games/gbrainy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2009/04/20 09:25:06 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2009/05/04 01:37:43 hasso Exp $ # DISTNAME= gbrainy-1.1 @@ -19,7 +19,7 @@ GNU_CONFIGURE= yes USE_DIRS+= xdg-1.4 USE_LIBTOOL= yes USE_LANGUAGES= c -USE_TOOLS+= intltool pkg-config bash:run +USE_TOOLS+= intltool pkg-config bash:run msgfmt BUILDLINK_API_DEPENDS.cairo+= cairo>=1.2.0 |