summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2020-06-30 13:55:52 +0000
committernia <nia@pkgsrc.org>2020-06-30 13:55:52 +0000
commit0ca23c8dda3463900169bb81494b8518c811ae94 (patch)
tree44a35a9e2cd56625b958c94dfe54e9c633b649f4 /chat
parente6b3da13182677ea37e3b2ed8c3d68c3e7b49430 (diff)
downloadpkgsrc-0ca23c8dda3463900169bb81494b8518c811ae94.tar.gz
weechat: Require exact Lua 5.3.
Right now cmake does not include version 5.4 in its search paths.
Diffstat (limited to 'chat')
-rw-r--r--chat/weechat/options.mk5
1 files changed, 2 insertions, 3 deletions
diff --git a/chat/weechat/options.mk b/chat/weechat/options.mk
index 9a8824aeb8d..e45f3a1ccaf 100644
--- a/chat/weechat/options.mk
+++ b/chat/weechat/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.24 2020/03/30 11:07:18 nia Exp $
+# $NetBSD: options.mk,v 1.25 2020/06/30 13:55:52 nia Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.weechat
# mk/curses will handle wide-curses
@@ -24,8 +24,7 @@ CMAKE_ARGS+= -DENABLE_PYTHON=OFF
.endif
.if !empty(PKG_OPTIONS:Mlua)
-LUA_VERSIONS_INCOMPATIBLE= 52
-.include "../../lang/lua/buildlink3.mk"
+.include "../../lang/lua53/buildlink3.mk"
CMAKE_ARGS+= -DENABLE_LUA=ON
PLIST.lua= yes
.else