diff options
author | ryoon <ryoon@pkgsrc.org> | 2021-03-02 13:24:53 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2021-03-02 13:24:53 +0000 |
commit | 237cff4da449a36a5370c74f77f51303fc25b28a (patch) | |
tree | 12ee799a423a91ebdae727c9408aa8fd8885f573 /inputmethod/fcitx5-libthai | |
parent | 6cd4bda7f05b2ec5a3b6a67937c0ec4ad13add33 (diff) | |
download | pkgsrc-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-libthai')
-rw-r--r-- | inputmethod/fcitx5-libthai/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/inputmethod/fcitx5-libthai/Makefile b/inputmethod/fcitx5-libthai/Makefile index 76a3741f3fc..49f3b9bfbc1 100644 --- a/inputmethod/fcitx5-libthai/Makefile +++ b/inputmethod/fcitx5-libthai/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2021/03/02 03:04:23 mef Exp $ +# $NetBSD: Makefile,v 1.3 2021/03/02 13:24:53 ryoon Exp $ DISTNAME= fcitx5-libthai-5.0.2 CATEGORIES= inputmethod @@ -10,7 +10,7 @@ HOMEPAGE= https://github.com/fcitx/fcitx5-libthai COMMENT= Thai language input method for Fcitx5 LICENSE= gnu-gpl-v2 -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 |