diff options
Diffstat (limited to 'inputmethod/fcitx5-lua/Makefile')
-rw-r--r-- | inputmethod/fcitx5-lua/Makefile | 4 |
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 |