diff options
author | rillig <rillig@pkgsrc.org> | 2006-03-11 10:51:23 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-03-11 10:51:23 +0000 |
commit | f5f3d7ce63301652b6152574cc8d74a44a224bef (patch) | |
tree | d419781389d10751b64222e139e1de00c51ebd2e /games | |
parent | 8cc5b8dffd82a227fc989ae449b12e569d504879 (diff) | |
download | pkgsrc-f5f3d7ce63301652b6152574cc8d74a44a224bef.tar.gz |
bin/wmlxgettext needs the correct Perl interpreter.
Diffstat (limited to 'games')
-rw-r--r-- | games/wesnoth/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/games/wesnoth/Makefile b/games/wesnoth/Makefile index 22887c5c8be..c344fc77029 100644 --- a/games/wesnoth/Makefile +++ b/games/wesnoth/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.25 2006/03/07 07:24:07 wiz Exp $ +# $NetBSD: Makefile,v 1.26 2006/03/11 10:51:23 rillig Exp $ DISTNAME= wesnoth-1.0.2 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=wesnoth/} @@ -15,6 +15,9 @@ CONFIGURE_ARGS+= --prefix=${PREFIX:Q} UNLIMIT_RESOURCES+= datasize +REPLACE_PERL+= utils/wmlxgettext +USE_TOOLS+= perl:run + BUILDLINK_DEPENDS.SDL+= SDL>=1.2.7 BUILDLINK_DEPENDS.SDL_mixer+= SDL_mixer>=1.2.5nb3 |