pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/inputmethod/fcitx-configtool fcitx-configtool: needs p...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ba79cd44c67b
branches:  trunk
changeset: 313415:ba79cd44c67b
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Sat Sep 29 16:55:36 2018 +0000

description:
fcitx-configtool: needs pkg-config

diffstat:

 inputmethod/fcitx-configtool/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (21 lines):

diff -r dd8d7c5cec40 -r ba79cd44c67b inputmethod/fcitx-configtool/Makefile
--- a/inputmethod/fcitx-configtool/Makefile     Sat Sep 29 16:52:35 2018 +0000
+++ b/inputmethod/fcitx-configtool/Makefile     Sat Sep 29 16:55:36 2018 +0000
@@ -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 @@
 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"



Home | Main Index | Thread Index | Old Index