pkgsrc-Changes archive

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

CVS commit: pkgsrc/inputmethod/fcitx-configtool



Module Name:    pkgsrc
Committed By:   tnn
Date:           Sat Sep 29 16:55:36 UTC 2018

Modified Files:
        pkgsrc/inputmethod/fcitx-configtool: Makefile

Log Message:
fcitx-configtool: needs pkg-config


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/inputmethod/fcitx-configtool/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/inputmethod/fcitx-configtool/Makefile
diff -u pkgsrc/inputmethod/fcitx-configtool/Makefile:1.1 pkgsrc/inputmethod/fcitx-configtool/Makefile:1.2
--- pkgsrc/inputmethod/fcitx-configtool/Makefile:1.1    Sat Aug 18 01:15:53 2018
+++ pkgsrc/inputmethod/fcitx-configtool/Makefile        Sat Sep 29 16:55:36 2018
@@ -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/
 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