diff options
Diffstat (limited to 'games/wesnoth/Makefile')
-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 5671a84ca82..97539647f6a 100644 --- a/games/wesnoth/Makefile +++ b/games/wesnoth/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2007/02/02 21:42:37 joerg Exp $ +# $NetBSD: Makefile,v 1.36 2007/02/22 19:30:03 wiz Exp $ DISTNAME= wesnoth-1.2.1 PKGREVISION= 1 @@ -10,7 +10,7 @@ HOMEPAGE= http://www.wesnoth.org/ COMMENT= Fantasy turn-based strategy game USE_TOOLS+= pkg-config -USE_LANGUAGES+= c c++ +USE_LANGUAGES= c c++ GNU_CONFIGURE= yes UNLIMIT_RESOURCES+= datasize |