summaryrefslogtreecommitdiff
path: root/games/stratagus
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2013-11-13 22:51:37 +0000
committerjoerg <joerg@pkgsrc.org>2013-11-13 22:51:37 +0000
commit367e1a07772a80e95cc07f5066b08d1b9c2a9a88 (patch)
treec37f4feed55bf8586e815e1d4c4a5dadbecea935 /games/stratagus
parentf90b270d3a36574dc448b9b6b618fc713fe99361 (diff)
downloadpkgsrc-367e1a07772a80e95cc07f5066b08d1b9c2a9a88.tar.gz
Doesn't support Lua 5.2, so require 5.1 for now.
Diffstat (limited to 'games/stratagus')
-rw-r--r--games/stratagus/Makefile4
1 files changed, 3 insertions, 1 deletions
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