summaryrefslogtreecommitdiff
path: root/inputmethod
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2018-09-29 16:55:36 +0000
committertnn <tnn@pkgsrc.org>2018-09-29 16:55:36 +0000
commit6309b374f1b8a051ec5d9227888447e3314fb01d (patch)
tree61f66aff79f60ea7895d0bb598346d1b85d6ec73 /inputmethod
parent633d7f8efea923320b8c7348ac0d82cac27bd724 (diff)
downloadpkgsrc-6309b374f1b8a051ec5d9227888447e3314fb01d.tar.gz
fcitx-configtool: needs pkg-config
Diffstat (limited to 'inputmethod')
-rw-r--r--inputmethod/fcitx-configtool/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/inputmethod/fcitx-configtool/Makefile b/inputmethod/fcitx-configtool/Makefile
index aed3f997990..7ba45e9e8d9 100644
--- a/inputmethod/fcitx-configtool/Makefile
+++ b/inputmethod/fcitx-configtool/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2018/08/18 01:15:53 ryoon Exp $
+# $NetBSD: Makefile,v 1.2 2018/09/29 16:55:36 tnn Exp $
DISTNAME= fcitx-configtool-0.4.9
CATEGORIES= inputmethod
@@ -10,9 +10,9 @@ HOMEPAGE= https://download.fcitx-im.org/fcitx-configtool/
COMMENT= GTK 3 Fcitx configuration tool
LICENSE= gnu-gpl-v2
-USE_LANGUAGES+= c c++
-
USE_CMAKE= yes
+USE_LANGUAGES= c c++
+USE_TOOLS+= pkg-config
.include "../../inputmethod/fcitx/buildlink3.mk"
.include "../../textproc/iso-codes/buildlink3.mk"