diff options
-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 |