pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/chat/weechat
Module Name: pkgsrc
Committed By: nia
Date: Sat Jul 4 11:34:59 UTC 2020
Modified Files:
pkgsrc/chat/weechat: options.mk
Log Message:
weechat: switch to LUA_VERSIONS_ACCEPTED
To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/chat/weechat/options.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/chat/weechat/options.mk
diff -u pkgsrc/chat/weechat/options.mk:1.25 pkgsrc/chat/weechat/options.mk:1.26
--- pkgsrc/chat/weechat/options.mk:1.25 Tue Jun 30 13:55:52 2020
+++ pkgsrc/chat/weechat/options.mk Sat Jul 4 11:34:59 2020
@@ -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
Home |
Main Index |
Thread Index |
Old Index