pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/inputmethod/fcitx5-lua



Module Name:    pkgsrc
Committed By:   nia
Date:           Mon Mar 29 08:45:48 UTC 2021

Modified Files:
        pkgsrc/inputmethod/fcitx5-lua: Makefile

Log Message:
fcitx5-lua: Add LUA_VERSIONS_ACCEPTED


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/inputmethod/fcitx5-lua/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/inputmethod/fcitx5-lua/Makefile
diff -u pkgsrc/inputmethod/fcitx5-lua/Makefile:1.4 pkgsrc/inputmethod/fcitx5-lua/Makefile:1.5
--- pkgsrc/inputmethod/fcitx5-lua/Makefile:1.4  Tue Mar  2 13:24:53 2021
+++ pkgsrc/inputmethod/fcitx5-lua/Makefile      Mon Mar 29 08:45:48 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2021/03/02 13:24:53 ryoon Exp $
+# $NetBSD: Makefile,v 1.5 2021/03/29 08:45:48 nia Exp $
 
 DISTNAME=      fcitx5-lua-5.0.3
 CATEGORIES=    inputmethod
@@ -16,6 +16,8 @@ USE_CMAKE=            yes
 USE_PKGLOCALEDIR=      yes
 USE_LANGUAGES=         c c++
 
+LUA_VERSIONS_ACCEPTED= 54 53
+
 .include "../../inputmethod/fcitx5/buildlink3.mk"
 .include "../../lang/lua/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index