summaryrefslogtreecommitdiff
path: root/inputmethod/fcitx5-lua
diff options
context:
space:
mode:
authorryoon <ryoon@pkgsrc.org>2021-03-02 13:24:53 +0000
committerryoon <ryoon@pkgsrc.org>2021-03-02 13:24:53 +0000
commit237cff4da449a36a5370c74f77f51303fc25b28a (patch)
tree12ee799a423a91ebdae727c9408aa8fd8885f573 /inputmethod/fcitx5-lua
parent6cd4bda7f05b2ec5a3b6a67937c0ec4ad13add33 (diff)
downloadpkgsrc-237cff4da449a36a5370c74f77f51303fc25b28a.tar.gz
fcitx5: Set build time dependency to extra-cmake-modules
* Replace DEPENDS with BUILD_DEPENDS. And remove trailing slash. * Add new BUILD_DEPENDS to some packages. CMake dectects ECM.
Diffstat (limited to 'inputmethod/fcitx5-lua')
-rw-r--r--inputmethod/fcitx5-lua/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/inputmethod/fcitx5-lua/Makefile b/inputmethod/fcitx5-lua/Makefile
index cdcd0cb7807..ba1cdfd31a3 100644
--- a/inputmethod/fcitx5-lua/Makefile
+++ b/inputmethod/fcitx5-lua/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2021/03/02 03:04:23 mef Exp $
+# $NetBSD: Makefile,v 1.4 2021/03/02 13:24:53 ryoon Exp $
DISTNAME= fcitx5-lua-5.0.3
CATEGORIES= inputmethod
@@ -10,7 +10,7 @@ HOMEPAGE= https://github.com/fcitx/fcitx5-lua
COMMENT= Lua support for fcitx5
LICENSE= gnu-lgpl-v2.1
-DEPENDS+= extra-cmake-modules-[0-9]*:../../devel/extra-cmake-modules/
+BUILD_DEPENDS+= extra-cmake-modules-[0-9]*:../../devel/extra-cmake-modules
USE_CMAKE= yes
USE_PKGLOCALEDIR= yes