summaryrefslogtreecommitdiff
path: root/inputmethod
diff options
context:
space:
mode:
authormef <mef@pkgsrc.org>2021-03-28 04:59:13 +0000
committermef <mef@pkgsrc.org>2021-03-28 04:59:13 +0000
commit078eb4c4b4f6635a1ea9388166a2c12d75ea1f82 (patch)
treef4557d22d8d968281ffa2199a735e3039a2ec287 /inputmethod
parent27979a232c66be633f8dd0cb070321f82fb8fcb5 (diff)
downloadpkgsrc-078eb4c4b4f6635a1ea9388166a2c12d75ea1f82.tar.gz
(inputmethod/libime) +BUILD_DEPENDS+= extra-cmake-modules-[0-9]* (for ECM)
Diffstat (limited to 'inputmethod')
-rw-r--r--inputmethod/libime/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/inputmethod/libime/Makefile b/inputmethod/libime/Makefile
index 7c09432f15e..22531b1668f 100644
--- a/inputmethod/libime/Makefile
+++ b/inputmethod/libime/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2021/02/27 20:14:02 ryoon Exp $
+# $NetBSD: Makefile,v 1.3 2021/03/28 04:59:13 mef Exp $
DISTNAME= libime-1.0.4
CATEGORIES= inputmethod
@@ -23,6 +23,8 @@ DISTFILES+= ${f}
SITES.${f}= https://download.fcitx-im.org/data/
.endfor
+BUILD_DEPENDS+= extra-cmake-modules-[0-9]*:../../devel/extra-cmake-modules
+
USE_CMAKE= yes
USE_LANGUAGES= c c++