diff options
author | joerg <joerg@pkgsrc.org> | 2006-04-28 16:02:41 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-04-28 16:02:41 +0000 |
commit | 792ed2ab1fd6da7dfe55793f7657790e0757a573 (patch) | |
tree | 22da9154a1e24925348622063a0333fbac700213 /games/wesnoth | |
parent | bf9a02283b8c1b8097bcb9f37d3a985cafcc5d79 (diff) | |
download | pkgsrc-792ed2ab1fd6da7dfe55793f7657790e0757a573.tar.gz |
Needs msgfmt.
Diffstat (limited to 'games/wesnoth')
-rw-r--r-- | games/wesnoth/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/wesnoth/Makefile b/games/wesnoth/Makefile index 20382a8cb98..40db724f4cc 100644 --- a/games/wesnoth/Makefile +++ b/games/wesnoth/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2006/04/17 13:46:30 wiz Exp $ +# $NetBSD: Makefile,v 1.30 2006/04/28 16:02:41 joerg Exp $ DISTNAME= wesnoth-1.0.2 PKGREVISION= 5 @@ -16,7 +16,7 @@ CONFIGURE_ARGS+= --prefix=${PREFIX:Q} UNLIMIT_RESOURCES+= datasize REPLACE_PERL+= utils/wmlxgettext -USE_TOOLS+= perl:run +USE_TOOLS+= perl:run msgfmt BUILDLINK_API_DEPENDS.SDL+= SDL>=1.2.7 BUILDLINK_API_DEPENDS.SDL_mixer+= SDL_mixer>=1.2.5nb3 |