pkgsrc-Changes archive

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

CVS commit: pkgsrc/inputmethod/fcitx-skk



Module Name:    pkgsrc
Committed By:   joerg
Date:           Fri Apr 17 13:34:11 UTC 2020

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

Log Message:
Needs pkg-config


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/inputmethod/fcitx-skk/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-skk/Makefile
diff -u pkgsrc/inputmethod/fcitx-skk/Makefile:1.8 pkgsrc/inputmethod/fcitx-skk/Makefile:1.9
--- pkgsrc/inputmethod/fcitx-skk/Makefile:1.8   Sun Apr 12 08:28:52 2020
+++ pkgsrc/inputmethod/fcitx-skk/Makefile       Fri Apr 17 13:34:11 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2020/04/12 08:28:52 adam Exp $
+# $NetBSD: Makefile,v 1.9 2020/04/17 13:34:11 joerg Exp $
 
 DISTNAME=      fcitx-skk-0.1.4
 PKGREVISION=   7
@@ -13,6 +13,7 @@ LICENSE=      gnu-gpl-v3
 
 USE_CMAKE=     yes
 USE_LANGUAGES= c c++
+USE_TOOLS+=    pkg-config
 
 .include "../../inputmethod/fcitx/buildlink3.mk"
 .include "../../inputmethod/fcitx-qt5/buildlink3.mk"



Home | Main Index | Thread Index | Old Index