From 367e1a07772a80e95cc07f5066b08d1b9c2a9a88 Mon Sep 17 00:00:00 2001 From: joerg Date: Wed, 13 Nov 2013 22:51:37 +0000 Subject: Doesn't support Lua 5.2, so require 5.1 for now. --- games/stratagus/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'games/stratagus') diff --git a/games/stratagus/Makefile b/games/stratagus/Makefile index 2d27372cd03..5ee443129d6 100644 --- a/games/stratagus/Makefile +++ b/games/stratagus/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2013/10/30 06:49:53 dholland Exp $ +# $NetBSD: Makefile,v 1.29 2013/11/13 22:51:37 joerg Exp $ # DISTNAME= stratagus-2.1-src @@ -13,6 +13,8 @@ COMMENT= Real-time strategy engine MAKE_JOBS_SAFE= no +LUA_VERSIONS_ACCEPTED= 51 + WRKSRC= ${WRKDIR}/stratagus-040702 USE_TOOLS+= gmake USE_PKGLOCALEDIR= yes -- cgit v1.2.3