diff options
-rw-r--r-- | games/stratagus/Makefile | 4 |
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 |