Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/chat/weechat weechat: switch to LUA_VERSIONS_ACCEPTED
details: https://anonhg.NetBSD.org/pkgsrc/rev/a35f9229f3b3
branches: trunk
changeset: 435301:a35f9229f3b3
user: nia <nia%pkgsrc.org@localhost>
date: Sat Jul 04 11:34:59 2020 +0000
description:
weechat: switch to LUA_VERSIONS_ACCEPTED
diffstat:
chat/weechat/options.mk | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r f891ff929ea8 -r a35f9229f3b3 chat/weechat/options.mk
--- a/chat/weechat/options.mk Sat Jul 04 10:04:46 2020 +0000
+++ b/chat/weechat/options.mk Sat Jul 04 11:34:59 2020 +0000
@@ -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 @@
.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
Home |
Main Index |
Thread Index |
Old Index