summaryrefslogtreecommitdiff
path: root/inputmethod
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2021-03-29 08:45:48 +0000
committernia <nia@pkgsrc.org>2021-03-29 08:45:48 +0000
commit313a076171ec23879fd972b48b35c4b03ae84ef8 (patch)
tree43f87ae7231a5b85a7375e6b713575a9df5b7f6f /inputmethod
parenta73460651b80a127c3b18d2da62f031ceb1f2f11 (diff)
downloadpkgsrc-313a076171ec23879fd972b48b35c4b03ae84ef8.tar.gz
fcitx5-lua: Add LUA_VERSIONS_ACCEPTED
Diffstat (limited to 'inputmethod')
-rw-r--r--inputmethod/fcitx5-lua/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/inputmethod/fcitx5-lua/Makefile b/inputmethod/fcitx5-lua/Makefile
index ba1cdfd31a3..ce791782016 100644
--- a/inputmethod/fcitx5-lua/Makefile
+++ b/inputmethod/fcitx5-lua/Makefile
@@ -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"