diff options
author | drochner <drochner> | 2008-07-03 10:26:18 +0000 |
---|---|---|
committer | drochner <drochner> | 2008-07-03 10:26:18 +0000 |
commit | 91e53b9ed0347bba74f22c010b8737491d15a57b (patch) | |
tree | f9403f1cb6eec44501ca35649adb6066f60c29d9 /games | |
parent | 85c4d97b09f8c449b0177606b17280dfdb5c71a6 (diff) | |
download | pkgsrc-91e53b9ed0347bba74f22c010b8737491d15a57b.tar.gz |
build needs msgfmt, from Hasso Tepper per PR pkg/39072
Diffstat (limited to 'games')
-rw-r--r-- | games/gnome-mastermind/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/gnome-mastermind/Makefile b/games/gnome-mastermind/Makefile index b128dca2f8d..a3ee291dbee 100644 --- a/games/gnome-mastermind/Makefile +++ b/games/gnome-mastermind/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2008/06/23 16:59:11 drochner Exp $ +# $NetBSD: Makefile,v 1.2 2008/07/03 10:26:18 drochner Exp $ # DISTNAME= gnome-mastermind-0.3.1 @@ -12,7 +12,7 @@ COMMENT= Mastermind (the game) GNU_CONFIGURE= yes USE_LIBTOOL= yes -USE_TOOLS+= pkg-config intltool gmake +USE_TOOLS+= pkg-config intltool gmake msgfmt USE_DIRS+= xdg-1.1 gnome2-1.5 .include "../../devel/glib2/buildlink3.mk" |