diff options
author | joerg <joerg@pkgsrc.org> | 2007-02-07 19:32:03 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-02-07 19:32:03 +0000 |
commit | 26fdf625bc70296b70bb994d28dd5e2e696326a4 (patch) | |
tree | 3159b52c16bf910173046014fef7a9879dfcacc4 /games | |
parent | 808f5c66bd688812029c81e0fd314bb34d6205a1 (diff) | |
download | pkgsrc-26fdf625bc70296b70bb994d28dd5e2e696326a4.tar.gz |
Also needs msgfmt.
Diffstat (limited to 'games')
-rw-r--r-- | games/wormux/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/wormux/Makefile b/games/wormux/Makefile index bd39cf20733..4915e0931ff 100644 --- a/games/wormux/Makefile +++ b/games/wormux/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2007/02/06 12:42:57 joerg Exp $ +# $NetBSD: Makefile,v 1.3 2007/02/07 19:32:03 joerg Exp $ # DISTNAME= wormux-0.7.9 @@ -12,7 +12,7 @@ COMMENT= Battle game GNU_CONFIGURE= yes USE_LANGUAGES= c c++ USE_PKGLOCALEDIR= yes -USE_TOOLS+= pkg-config +USE_TOOLS+= pkg-config msgfmt USE_DIRS+= xdg-1.1 WSHDIRS+= music/ingame music/menu |