mirror of
https://git.freebsd.org/ports.git
synced 2025-07-15 08:19:13 -04:00
Changelog:
c67dd5acd0
PR: 223509
Submitted by: Oleh Hushchenkov <gor@clogic.com.ua> (maintainer)
14 lines
430 B
Text
14 lines
430 B
Text
--- CMakeLists.txt.orig 2017-11-08 05:34:30 UTC
|
|
+++ CMakeLists.txt
|
|
@@ -433,9 +433,9 @@ endforeach()
|
|
|
|
# Find Lua interpreter
|
|
include(LuaHelpers)
|
|
-set(LUA_DEPENDENCIES lpeg mpack bit)
|
|
+set(LUA_DEPENDENCIES lpeg bit)
|
|
if(NOT LUA_PRG)
|
|
- foreach(CURRENT_LUA_PRG luajit lua5.1 lua5.2 lua)
|
|
+ foreach(CURRENT_LUA_PRG luajit)
|
|
# If LUA_PRG is set find_program() will not search
|
|
unset(LUA_PRG CACHE)
|
|
unset(LUA_PRG_WORKS)
|