diff options
author | mef <mef@pkgsrc.org> | 2021-03-29 00:02:08 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2021-03-29 00:02:08 +0000 |
commit | 5e925840153f4ec53222a86f2a51c12008b4f41e (patch) | |
tree | 0825f975c887ee647ae32ce6f727d1f6d145f764 /inputmethod | |
parent | 9b8c7871a294d07d569649b4ccda792f779c5545 (diff) | |
download | pkgsrc-5e925840153f4ec53222a86f2a51c12008b4f41e.tar.gz |
(inputmethod/fcitx5-configtool) fix typo, thanks leot@
Diffstat (limited to 'inputmethod')
-rw-r--r-- | inputmethod/fcitx5-configtool/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/inputmethod/fcitx5-configtool/Makefile b/inputmethod/fcitx5-configtool/Makefile index 9bbb2614661..5acc8b3c1de 100644 --- a/inputmethod/fcitx5-configtool/Makefile +++ b/inputmethod/fcitx5-configtool/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2021/03/28 23:39:09 mef Exp $ +# $NetBSD: Makefile,v 1.5 2021/03/29 00:02:08 mef Exp $ DISTNAME= fcitx5-configtool-5.0.3 CATEGORIES= inputmethod @@ -15,7 +15,7 @@ USE_PKGLOCALEDIR= yes USE_LANGUAGES= c c++ USE_TOOLS+= pkg-config -BUILD_DEPENDS+= extra-cmake-modueles-[0-9]*:../../devel/extra-cmake-modules +BUILD_DEPENDS+= extra-cmake-modules-[0-9]*:../../devel/extra-cmake-modules OBJDIR= ${WRKDIR}/build CONFIGURE_DIRS= ${OBJDIR} |