pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/games/stratagus Doesn't support Lua 5.2, so require 5....



details:   https://anonhg.NetBSD.org/pkgsrc/rev/13f477711291
branches:  trunk
changeset: 626518:13f477711291
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Wed Nov 13 22:51:37 2013 +0000

description:
Doesn't support Lua 5.2, so require 5.1 for now.

diffstat:

 games/stratagus/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 5e68d37d486f -r 13f477711291 games/stratagus/Makefile
--- a/games/stratagus/Makefile  Wed Nov 13 22:51:06 2013 +0000
+++ b/games/stratagus/Makefile  Wed Nov 13 22:51:37 2013 +0000
@@ -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 @@
 
 MAKE_JOBS_SAFE=                no
 
+LUA_VERSIONS_ACCEPTED= 51
+
 WRKSRC=                        ${WRKDIR}/stratagus-040702
 USE_TOOLS+=            gmake
 USE_PKGLOCALEDIR=      yes



Home | Main Index | Thread Index | Old Index