summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2021-03-12 08:46:58 +0000
committernia <nia@pkgsrc.org>2021-03-12 08:46:58 +0000
commitd3fc1ebd2f6b9c06579d907f003a2bb4bbcb3ff9 (patch)
tree6c8b24db33d0fddff6762adf6ba9584238a838c8
parentb62b398e3ad4beb812cf64d6333b6a0c45770c7a (diff)
downloadpkgsrc-d3fc1ebd2f6b9c06579d907f003a2bb4bbcb3ff9.tar.gz
Needs pkg-config. Fixes building packages in bulk builds.
-rw-r--r--inputmethod/fcitx5-anthy/Makefile3
-rw-r--r--inputmethod/fcitx5-chewing/Makefile3
-rw-r--r--inputmethod/fcitx5-configtool/Makefile3
-rw-r--r--inputmethod/fcitx5-hangul/Makefile3
-rw-r--r--inputmethod/fcitx5-kkc/Makefile3
-rw-r--r--inputmethod/fcitx5-libthai/Makefile3
-rw-r--r--inputmethod/fcitx5-m17n/Makefile3
-rw-r--r--inputmethod/fcitx5-sayura/Makefile3
-rw-r--r--inputmethod/fcitx5-skk/Makefile3
-rw-r--r--inputmethod/fcitx5-unikey/Makefile3
-rw-r--r--inputmethod/fcitx5-zhuyin/Makefile3
11 files changed, 22 insertions, 11 deletions
diff --git a/inputmethod/fcitx5-anthy/Makefile b/inputmethod/fcitx5-anthy/Makefile
index b3b5dd128cb..60eba453b75 100644
--- a/inputmethod/fcitx5-anthy/Makefile
+++ b/inputmethod/fcitx5-anthy/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2021/03/02 13:24:53 ryoon Exp $
+# $NetBSD: Makefile,v 1.5 2021/03/12 08:46:58 nia Exp $
DISTNAME= fcitx5-anthy-5.0.3
CATEGORIES= inputmethod
@@ -15,6 +15,7 @@ BUILD_DEPENDS+= extra-cmake-modules-[0-9]*:../../devel/extra-cmake-modules
USE_CMAKE= yes
USE_PKGLOCALEDIR= yes
USE_LANGUAGES= c c++
+USE_TOOLS+= pkg-config
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../inputmethod/anthy/buildlink3.mk"
diff --git a/inputmethod/fcitx5-chewing/Makefile b/inputmethod/fcitx5-chewing/Makefile
index ac596e7ade0..0779316ccef 100644
--- a/inputmethod/fcitx5-chewing/Makefile
+++ b/inputmethod/fcitx5-chewing/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2021/03/02 13:24:53 ryoon Exp $
+# $NetBSD: Makefile,v 1.5 2021/03/12 08:46:58 nia Exp $
DISTNAME= fcitx5-chewing-5.0.4
CATEGORIES= inputmethod
@@ -15,6 +15,7 @@ BUILD_DEPENDS+= extra-cmake-modules-[0-9]*:../../devel/extra-cmake-modules
USE_CMAKE= yes
USE_PKGLOCALEDIR= yes
USE_LANGUAGES= c c++
+USE_TOOLS+= pkg-config
.include "../../inputmethod/fcitx5/buildlink3.mk"
.include "../../inputmethod/libchewing/buildlink3.mk"
diff --git a/inputmethod/fcitx5-configtool/Makefile b/inputmethod/fcitx5-configtool/Makefile
index 579245bc187..0f86cd01d2f 100644
--- a/inputmethod/fcitx5-configtool/Makefile
+++ b/inputmethod/fcitx5-configtool/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2021/02/27 19:43:17 ryoon Exp $
+# $NetBSD: Makefile,v 1.3 2021/03/12 08:46:58 nia Exp $
DISTNAME= fcitx5-configtool-5.0.3
CATEGORIES= inputmethod
@@ -13,6 +13,7 @@ LICENSE= gnu-gpl-v2
USE_CMAKE= yes
USE_PKGLOCALEDIR= yes
USE_LANGUAGES= c c++
+USE_TOOLS+= pkg-config
OBJDIR= ${WRKDIR}/build
CONFIGURE_DIRS= ${OBJDIR}
diff --git a/inputmethod/fcitx5-hangul/Makefile b/inputmethod/fcitx5-hangul/Makefile
index b7eb39d1e64..2274f1860ed 100644
--- a/inputmethod/fcitx5-hangul/Makefile
+++ b/inputmethod/fcitx5-hangul/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2021/03/02 13:24:53 ryoon Exp $
+# $NetBSD: Makefile,v 1.4 2021/03/12 08:46:58 nia Exp $
DISTNAME= fcitx5-hangul-5.0.2
CATEGORIES= inputmethod
@@ -15,6 +15,7 @@ BUILD_DEPENDS+= extra-cmake-modules-[0-9]*:../../devel/extra-cmake-modules
USE_CMAKE= yes
USE_PKGLOCALEDIR= yes
USE_LANGUAGES= c c++
+USE_TOOLS+= pkg-config
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../inputmethod/fcitx5/buildlink3.mk"
diff --git a/inputmethod/fcitx5-kkc/Makefile b/inputmethod/fcitx5-kkc/Makefile
index f870971a14a..b6371d82427 100644
--- a/inputmethod/fcitx5-kkc/Makefile
+++ b/inputmethod/fcitx5-kkc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2021/03/06 04:26:23 ryoon Exp $
+# $NetBSD: Makefile,v 1.2 2021/03/12 08:46:58 nia Exp $
DISTNAME= fcitx5-kkc-5.0.4
CATEGORIES= inputmethod
@@ -18,6 +18,7 @@ DEPENDS+= libkkc-data-[0-9]*:../../misc/libkkc-data
USE_CMAKE= yes
USE_PKGLOCALEDIR= yes
USE_LANGUAGES= c c++
+USE_TOOLS+= pkg-config
.include "../../converters/libkkc/buildlink3.mk"
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
diff --git a/inputmethod/fcitx5-libthai/Makefile b/inputmethod/fcitx5-libthai/Makefile
index 49f3b9bfbc1..3fceb80bab6 100644
--- a/inputmethod/fcitx5-libthai/Makefile
+++ b/inputmethod/fcitx5-libthai/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2021/03/02 13:24:53 ryoon Exp $
+# $NetBSD: Makefile,v 1.4 2021/03/12 08:46:58 nia Exp $
DISTNAME= fcitx5-libthai-5.0.2
CATEGORIES= inputmethod
@@ -15,6 +15,7 @@ BUILD_DEPENDS+= extra-cmake-modules-[0-9]*:../../devel/extra-cmake-modules
USE_CMAKE= yes
USE_PKGLOCALEDIR= yes
USE_LANGUAGES= c c++
+USE_TOOLS+= pkg-config
.include "../../mk/bsd.prefs.mk"
diff --git a/inputmethod/fcitx5-m17n/Makefile b/inputmethod/fcitx5-m17n/Makefile
index 1ea7ecedfbd..679e74104d7 100644
--- a/inputmethod/fcitx5-m17n/Makefile
+++ b/inputmethod/fcitx5-m17n/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2021/03/02 13:24:53 ryoon Exp $
+# $NetBSD: Makefile,v 1.4 2021/03/12 08:46:58 nia Exp $
DISTNAME= fcitx5-m17n-5.0.3
CATEGORIES= inputmethod
@@ -15,6 +15,7 @@ BUILD_DEPENDS+= extra-cmake-modules-[0-9]*:../../devel/extra-cmake-modules
USE_CMAKE= yes
USE_PKGLOCALEDIR= yes
USE_LANGUAGES= c c++
+USE_TOOLS+= pkg-config
.include "../../devel/m17n-lib/buildlink3.mk"
.include "../../inputmethod/fcitx5/buildlink3.mk"
diff --git a/inputmethod/fcitx5-sayura/Makefile b/inputmethod/fcitx5-sayura/Makefile
index c75e64d2aec..ff28dfd5e4b 100644
--- a/inputmethod/fcitx5-sayura/Makefile
+++ b/inputmethod/fcitx5-sayura/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2021/03/02 13:24:54 ryoon Exp $
+# $NetBSD: Makefile,v 1.4 2021/03/12 08:46:58 nia Exp $
DISTNAME= fcitx5-sayura-5.0.2
CATEGORIES= inputmethod
@@ -15,6 +15,7 @@ BUILD_DEPENDS+= extra-cmake-modules-[0-9]*:../../devel/extra-cmake-modules
USE_CMAKE= yes
USE_PKGLOCALEDIR= yes
USE_LANGUAGES= c c++
+USE_TOOLS+= pkg-config
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../inputmethod/fcitx5/buildlink3.mk"
diff --git a/inputmethod/fcitx5-skk/Makefile b/inputmethod/fcitx5-skk/Makefile
index f37ae0a1530..30118d813c4 100644
--- a/inputmethod/fcitx5-skk/Makefile
+++ b/inputmethod/fcitx5-skk/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2021/03/02 13:24:54 ryoon Exp $
+# $NetBSD: Makefile,v 1.4 2021/03/12 08:46:59 nia Exp $
DISTNAME= fcitx5-skk-5.0.4
CATEGORIES= inputmethod
@@ -15,6 +15,7 @@ BUILD_DEPENDS+= extra-cmake-modules-[0-9]*:../../devel/extra-cmake-modules
USE_CMAKE= yes
USE_PKGLOCALEDIR= yes
USE_LANGUAGES= c c++
+USE_TOOLS+= pkg-config
.include "../../devel/glib2/buildlink3.mk"
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
diff --git a/inputmethod/fcitx5-unikey/Makefile b/inputmethod/fcitx5-unikey/Makefile
index e039d98783e..580fab2e2c0 100644
--- a/inputmethod/fcitx5-unikey/Makefile
+++ b/inputmethod/fcitx5-unikey/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2021/03/02 13:24:54 ryoon Exp $
+# $NetBSD: Makefile,v 1.3 2021/03/12 08:46:59 nia Exp $
DISTNAME= fcitx5-unikey-5.0.3
CATEGORIES= inputmethod
@@ -15,6 +15,7 @@ BUILD_DEPENDS+= extra-cmake-modules-[0-9]*:../../devel/extra-cmake-modules
USE_CMAKE= yes
USE_PKGLOCALEDIR= yes
USE_LANGUAGES= c c++
+USE_TOOLS+= pkg-config
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../inputmethod/fcitx5-qt/buildlink3.mk"
diff --git a/inputmethod/fcitx5-zhuyin/Makefile b/inputmethod/fcitx5-zhuyin/Makefile
index 92d1a17b793..876fd249cc1 100644
--- a/inputmethod/fcitx5-zhuyin/Makefile
+++ b/inputmethod/fcitx5-zhuyin/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2021/03/02 13:24:54 ryoon Exp $
+# $NetBSD: Makefile,v 1.4 2021/03/12 08:46:59 nia Exp $
DISTNAME= fcitx5-zhuyin-5.0.3
CATEGORIES= inputmethod
@@ -23,6 +23,7 @@ BUILD_DEPENDS+= extra-cmake-modules-[0-9]*:../../devel/extra-cmake-modules
USE_CMAKE= yes
USE_PKGLOCALEDIR= yes
USE_LANGUAGES= c c++
+USE_TOOLS+= pkg-config
post-extract:
.for f in ${MOREDISTFILES}