games-engines/stratagus: can only build against lua-5.1

This commit is contained in:
Julian Ospald 2016-02-29 00:15:39 +01:00
parent a618b4d1b0
commit e022ae9383
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# Copyright 2016 Julian Ospald <hasufell@posteo.de>
# Distributed under the terms of the GNU General Public License v2
require lua [ whitelist="all" multibuild=false ]
require lua [ whitelist="5.1" multibuild=false ]
require cmake
SUMMARY="A realtime strategy game engine"