summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--chat/weechat/options.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/chat/weechat/options.mk b/chat/weechat/options.mk
index e45f3a1ccaf..48af86aea31 100644
--- a/chat/weechat/options.mk
+++ b/chat/weechat/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.25 2020/06/30 13:55:52 nia Exp $
+# $NetBSD: options.mk,v 1.26 2020/07/04 11:34:59 nia Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.weechat
# mk/curses will handle wide-curses
@@ -24,7 +24,8 @@ CMAKE_ARGS+= -DENABLE_PYTHON=OFF
.endif
.if !empty(PKG_OPTIONS:Mlua)
-.include "../../lang/lua53/buildlink3.mk"
+LUA_VERSIONS_ACCEPTED= 53 52 51
+.include "../../lang/lua/buildlink3.mk"
CMAKE_ARGS+= -DENABLE_LUA=ON
PLIST.lua= yes
.else