diff options
author | joerg <joerg@pkgsrc.org> | 2006-06-19 19:45:18 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-06-19 19:45:18 +0000 |
commit | 8b82107f4955c6c50f0d2678681ebd34cc3051e4 (patch) | |
tree | 25886b43010ebc50add26d96e0a47cdb27410c90 /games/pioneers | |
parent | 8b67fac86593ca9f6299cf7d2dee7705f8863553 (diff) | |
download | pkgsrc-8b82107f4955c6c50f0d2678681ebd34cc3051e4.tar.gz |
Needs msgfmt (and breaks with strange errors otherwise).
Diffstat (limited to 'games/pioneers')
-rw-r--r-- | games/pioneers/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/pioneers/Makefile b/games/pioneers/Makefile index dbbcbce3c9c..c6001c36475 100644 --- a/games/pioneers/Makefile +++ b/games/pioneers/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2006/04/17 13:46:29 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2006/06/19 19:45:18 joerg Exp $ # DISTNAME= pioneers-0.9.55 @@ -12,7 +12,7 @@ COMMENT= GNOME version of the Settlers of Catan board game GNU_CONFIGURE= YES USE_DIRS+= xdg-1.1 -USE_TOOLS+= gmake pkg-config +USE_TOOLS+= gmake pkg-config msgfmt USE_LIBTOOL= YES USE_PKGLOCALEDIR= YES |