summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2022-07-25 11:12:18 +0000
committerwiz <wiz@pkgsrc.org>2022-07-25 11:12:18 +0000
commit0dec7a6a066d910f283580f32c6966e2e02486b4 (patch)
treee2d3e30d7998b821ac7fdae9451b2bc9ea7bd1e8 /devel
parent7207b5fc75eea84622b7b058f15171f239092158 (diff)
downloadpkgsrc-0dec7a6a066d910f283580f32c6966e2e02486b4.tar.gz
*: remove pkg-config from tools where no buildlink3.mk file is included
Bulk build on NetBSD of these packages had the same result as before (build succeeds, no PLIST change).
Diffstat (limited to 'devel')
-rw-r--r--devel/ETL/Makefile4
-rw-r--r--devel/catch2/Makefile3
-rw-r--r--devel/cmockery2/Makefile4
-rw-r--r--devel/concurrencykit/Makefile3
-rw-r--r--devel/dotconf/Makefile4
-rw-r--r--devel/fann/Makefile3
-rw-r--r--devel/ivykis/Makefile3
-rw-r--r--devel/libbinio/Makefile4
-rw-r--r--devel/libcbor/Makefile3
-rw-r--r--devel/libconfig/Makefile4
-rw-r--r--devel/libdeflate/Makefile3
-rw-r--r--devel/libepoll-shim/Makefile3
-rw-r--r--devel/libestr/Makefile3
-rw-r--r--devel/libfirm/Makefile4
-rw-r--r--devel/libgcroots/Makefile4
-rw-r--r--devel/libgtextutils/Makefile4
-rw-r--r--devel/libntlm/Makefile3
-rw-r--r--devel/libsafec/Makefile4
-rw-r--r--devel/libsigsegv/Makefile3
-rw-r--r--devel/libvolume_id/Makefile5
-rw-r--r--devel/libvterm01/Makefile4
-rw-r--r--devel/libzen/Makefile4
-rw-r--r--devel/metslib/Makefile3
-rw-r--r--devel/ncurses/Makefile.common4
-rw-r--r--devel/npapi-sdk/Makefile4
-rw-r--r--devel/rinutils/Makefile4
-rw-r--r--devel/shtk/Makefile3
-rw-r--r--devel/unibilium/Makefile4
-rw-r--r--devel/unittest-cpp/Makefile3
-rw-r--r--devel/xorg-util-macros/Makefile3
30 files changed, 39 insertions, 68 deletions
diff --git a/devel/ETL/Makefile b/devel/ETL/Makefile
index 6e9abd953b9..b22e3cf0ca9 100644
--- a/devel/ETL/Makefile
+++ b/devel/ETL/Makefile
@@ -1,5 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2012/10/31 11:16:30 asau Exp $
-#
+# $NetBSD: Makefile,v 1.3 2022/07/25 11:12:21 wiz Exp $
DISTNAME= ETL-0.04.11
CATEGORIES= devel
@@ -10,7 +9,6 @@ HOMEPAGE= http://synfig.org/
COMMENT= C++ template library for synfig
GNU_CONFIGURE= yes
-USE_TOOLS+= pkg-config
USE_LANGUAGES= c c++
PKGCONFIG_OVERRIDE+= ETL.pc.in
diff --git a/devel/catch2/Makefile b/devel/catch2/Makefile
index 3964887fc2f..ad1d31b1991 100644
--- a/devel/catch2/Makefile
+++ b/devel/catch2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2022/04/09 18:33:11 bsiegert Exp $
+# $NetBSD: Makefile,v 1.10 2022/07/25 11:12:21 wiz Exp $
DISTNAME= Catch2-2.13.8
PKGNAME= ${DISTNAME:tl}
@@ -12,7 +12,6 @@ COMMENT= C++ header-only test framework for unit tests
LICENSE= boost-license
WRKSRC= ${WRKDIR}/${DISTNAME}
-USE_TOOLS+= pkg-config
USE_LANGUAGES= c c++14
USE_CMAKE= yes
CONFIGURE_DIRS= build
diff --git a/devel/cmockery2/Makefile b/devel/cmockery2/Makefile
index b9cb10b6816..0a8d5af075c 100644
--- a/devel/cmockery2/Makefile
+++ b/devel/cmockery2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2016/06/09 06:23:38 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2022/07/25 11:12:21 wiz Exp $
VERS= 1.3.9
DISTNAME= cmockery2-${VERS}
@@ -14,7 +14,7 @@ LICENSE= apache-2.0
WRKSRC= ${WRKDIR}/cmockery2-${VERS}
AUTOMAKE_REQD= 1.9
-USE_TOOLS+= pkg-config gmake m4 autoconf automake
+USE_TOOLS+= gmake m4 autoconf automake
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
diff --git a/devel/concurrencykit/Makefile b/devel/concurrencykit/Makefile
index 54ca4f20192..324a94534e3 100644
--- a/devel/concurrencykit/Makefile
+++ b/devel/concurrencykit/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2019/11/03 10:39:08 rillig Exp $
+# $NetBSD: Makefile,v 1.5 2022/07/25 11:12:21 wiz Exp $
DISTNAME= ck-0.5.1
CATEGORIES= devel
@@ -11,7 +11,6 @@ LICENSE= 2-clause-bsd
HAS_CONFIGURE= yes
CONFIGURE_ARGS+= --mandir=${PREFIX}/${PKGMANDIR}
-USE_TOOLS+= pkg-config
PKGCONFIG_OVERRIDE+= build/ck.pc.in
diff --git a/devel/dotconf/Makefile b/devel/dotconf/Makefile
index d66cd73bb32..3ecfbb0ac94 100644
--- a/devel/dotconf/Makefile
+++ b/devel/dotconf/Makefile
@@ -1,5 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2017/08/01 16:47:37 wiz Exp $
-#
+# $NetBSD: Makefile,v 1.4 2022/07/25 11:12:21 wiz Exp $
DISTNAME= dotconf-1.3
CATEGORIES= devel
@@ -12,7 +11,6 @@ LICENSE= gnu-gpl-v2
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
-USE_TOOLS+= pkg-config
PKGCONFIG_OVERRIDE+= dotconf.pc.in
diff --git a/devel/fann/Makefile b/devel/fann/Makefile
index f35d7101ad4..469a5da7aca 100644
--- a/devel/fann/Makefile
+++ b/devel/fann/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2020/05/13 03:37:30 rillig Exp $
+# $NetBSD: Makefile,v 1.11 2022/07/25 11:12:21 wiz Exp $
PKGREVISION= 2
@@ -15,7 +15,6 @@ USE_LANGUAGES+= c99
# Perhaps not, but cmake complains
USE_LANGUAGES+= c++
-USE_TOOLS+= pkg-config
PKGCONFIG_OVERRIDE+= cmake/fann.pc.cmake
.include "../../mk/bsd.pkg.mk"
diff --git a/devel/ivykis/Makefile b/devel/ivykis/Makefile
index a6bbb55dd88..a4ce15ae6aa 100644
--- a/devel/ivykis/Makefile
+++ b/devel/ivykis/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2018/05/14 16:23:51 fhajny Exp $
+# $NetBSD: Makefile,v 1.12 2022/07/25 11:12:21 wiz Exp $
DISTNAME= ivykis-0.42.3
CATEGORIES= devel
@@ -13,7 +13,6 @@ GITHUB_TAG= v${PKGVERSION_NOREV}
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
-USE_TOOLS+= pkg-config
.include "../../mk/bsd.prefs.mk"
diff --git a/devel/libbinio/Makefile b/devel/libbinio/Makefile
index 190b9f0d34a..82d8df16824 100644
--- a/devel/libbinio/Makefile
+++ b/devel/libbinio/Makefile
@@ -1,5 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2020/03/20 11:57:27 nia Exp $
-#
+# $NetBSD: Makefile,v 1.6 2022/07/25 11:12:22 wiz Exp $
DISTNAME= libbinio-1.4
CATEGORIES= devel
@@ -13,7 +12,6 @@ COMMENT= Binary I/O stream class library
GNU_CONFIGURE= yes
INFO_FILES= yes
USE_LIBTOOL= yes
-USE_TOOLS+= pkg-config
USE_LANGUAGES= c c++
PKGCONFIG_OVERRIDE+= libbinio.pc.in
diff --git a/devel/libcbor/Makefile b/devel/libcbor/Makefile
index 3bd2a3f95ad..ba17b0cc7a4 100644
--- a/devel/libcbor/Makefile
+++ b/devel/libcbor/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2022/04/12 22:36:02 tnn Exp $
+# $NetBSD: Makefile,v 1.6 2022/07/25 11:12:22 wiz Exp $
DISTNAME= libcbor-0.9.0
CATEGORIES= devel
@@ -12,7 +12,6 @@ LICENSE= mit
USE_LANGUAGES+= c c++
USE_CMAKE= yes
-USE_TOOLS+= pkg-config
CMAKE_ARGS+= -DBUILD_SHARED_LIBS=ON
CHECK_PORTABILITY_SKIP+= misc/hooks/*
diff --git a/devel/libconfig/Makefile b/devel/libconfig/Makefile
index fbdc0c8023a..de9d31e5362 100644
--- a/devel/libconfig/Makefile
+++ b/devel/libconfig/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2020/01/18 23:30:31 rillig Exp $
+# $NetBSD: Makefile,v 1.12 2022/07/25 11:12:22 wiz Exp $
DISTNAME= libconfig-1.7.2
CATEGORIES= devel
@@ -12,7 +12,7 @@ LICENSE= gnu-lgpl-v2.1
GNU_CONFIGURE= yes
INFO_FILES= yes
USE_LIBTOOL= yes
-USE_TOOLS+= bison pkg-config
+USE_TOOLS+= bison
USE_LANGUAGES= c c++
PKGCONFIG_OVERRIDE+= lib/libconfig++.pc.in
diff --git a/devel/libdeflate/Makefile b/devel/libdeflate/Makefile
index 5db2520ffd3..663cc439527 100644
--- a/devel/libdeflate/Makefile
+++ b/devel/libdeflate/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2022/04/03 16:11:01 bsiegert Exp $
+# $NetBSD: Makefile,v 1.2 2022/07/25 11:12:22 wiz Exp $
DISTNAME= libdeflate-1.10
CATEGORIES= devel
@@ -10,7 +10,6 @@ HOMEPAGE= https://github.com/ebiggers/libdeflate/
COMMENT= Optimized deflate/zlib/gzip library
LICENSE= mit
-USE_TOOLS+= pkg-config
USE_TOOLS+= gmake
PKGCONFIG_OVERRIDE+= libdeflate.pc.in
diff --git a/devel/libepoll-shim/Makefile b/devel/libepoll-shim/Makefile
index ea86c49053b..561e5c119a6 100644
--- a/devel/libepoll-shim/Makefile
+++ b/devel/libepoll-shim/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2021/11/09 12:04:43 nia Exp $
+# $NetBSD: Makefile,v 1.7 2022/07/25 11:12:22 wiz Exp $
GITHUB_PROJECT= epoll-shim
GITHUB_TAG= v${PKGVERSION_NOREV}
@@ -13,7 +13,6 @@ COMMENT= Small epoll implemented using kevent
LICENSE= mit
USE_CMAKE= yes
-USE_TOOLS+= pkg-config
USE_LANGUAGES= c c++
CMAKE_ARGS+= -DBUILD_TESTING=OFF
diff --git a/devel/libestr/Makefile b/devel/libestr/Makefile
index 93b2ea83ea7..6a190db38dd 100644
--- a/devel/libestr/Makefile
+++ b/devel/libestr/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2020/03/24 15:28:09 nia Exp $
+# $NetBSD: Makefile,v 1.5 2022/07/25 11:12:22 wiz Exp $
DISTNAME= libestr-0.1.11
CATEGORIES= devel
@@ -11,7 +11,6 @@ LICENSE= gnu-gpl-v2
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
-USE_TOOLS+= pkg-config
PKGCONFIG_OVERRIDE+= libestr.pc.in
diff --git a/devel/libfirm/Makefile b/devel/libfirm/Makefile
index 51ddb619ab7..edf37d4e4d7 100644
--- a/devel/libfirm/Makefile
+++ b/devel/libfirm/Makefile
@@ -1,5 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2020/05/31 15:26:59 rillig Exp $
-#
+# $NetBSD: Makefile,v 1.9 2022/07/25 11:12:22 wiz Exp $
DISTNAME= libfirm-1.21.0
CATEGORIES= devel
@@ -12,7 +11,6 @@ COMMENT= Provides a graph-based SSA representation of programs
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
-USE_TOOLS+= pkg-config
PKGCONFIG_OVERRIDE+= libfirm.pc.in
diff --git a/devel/libgcroots/Makefile b/devel/libgcroots/Makefile
index 04510854995..1922108c8ab 100644
--- a/devel/libgcroots/Makefile
+++ b/devel/libgcroots/Makefile
@@ -1,5 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2017/08/16 21:22:11 wiz Exp $
-#
+# $NetBSD: Makefile,v 1.8 2022/07/25 11:12:22 wiz Exp $
DISTNAME= libgcroots-0.2.3
CATEGORIES= devel
@@ -12,7 +11,6 @@ COMMENT= Garbage collector supporting library
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
-USE_TOOLS+= pkg-config
PKGCONFIG_OVERRIDE+= gcroots.pc.in
diff --git a/devel/libgtextutils/Makefile b/devel/libgtextutils/Makefile
index a860f86399a..15cd4ce2b39 100644
--- a/devel/libgtextutils/Makefile
+++ b/devel/libgtextutils/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2022/04/05 18:41:20 bacon Exp $
+# $NetBSD: Makefile,v 1.2 2022/07/25 11:12:22 wiz Exp $
DISTNAME= libgtextutils-0.7.2
CATEGORIES= devel
@@ -11,7 +11,7 @@ COMMENT= Gordon text utilities
LICENSE= gnu-agpl-v3
USE_LANGUAGES= c c++
-USE_TOOLS+= automake autoreconf pkg-config
+USE_TOOLS+= automake autoreconf
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
diff --git a/devel/libntlm/Makefile b/devel/libntlm/Makefile
index 6d7625424cb..b49d19a0daa 100644
--- a/devel/libntlm/Makefile
+++ b/devel/libntlm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2020/06/09 06:18:17 wiz Exp $
+# $NetBSD: Makefile,v 1.23 2022/07/25 11:12:23 wiz Exp $
DISTNAME= libntlm-1.6
CATEGORIES= devel security
@@ -10,7 +10,6 @@ COMMENT= Library that implement Microsoft's NTLM authentication
LICENSE= gnu-lgpl-v2.1
USE_LIBTOOL= yes
-USE_TOOLS+= pkg-config
GNU_CONFIGURE= yes
TEST_TARGET= check
diff --git a/devel/libsafec/Makefile b/devel/libsafec/Makefile
index c27bf4dbb6c..7d5eafc6210 100644
--- a/devel/libsafec/Makefile
+++ b/devel/libsafec/Makefile
@@ -1,5 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2019/06/22 11:52:31 nia Exp $
-#
+# $NetBSD: Makefile,v 1.3 2022/07/25 11:12:23 wiz Exp $
DISTNAME= libsafec-10052013
CATEGORIES= devel
@@ -12,7 +11,6 @@ LICENSE= mit
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
-USE_TOOLS+= pkg-config
AUTO_MKDIRS= yes
diff --git a/devel/libsigsegv/Makefile b/devel/libsigsegv/Makefile
index 70bee8a8f7f..225c980123d 100644
--- a/devel/libsigsegv/Makefile
+++ b/devel/libsigsegv/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2022/01/16 22:48:17 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2022/07/25 11:12:23 wiz Exp $
DISTNAME= libsigsegv-2.14
CATEGORIES= devel
@@ -11,7 +11,6 @@ LICENSE= gnu-gpl-v2
USE_PKGLOCALEDIR= yes
USE_LIBTOOL= yes
-USE_TOOLS+= pkg-config
GNU_CONFIGURE= yes
TEST_TARGET= check
diff --git a/devel/libvolume_id/Makefile b/devel/libvolume_id/Makefile
index 6a086b908e5..79745d00226 100644
--- a/devel/libvolume_id/Makefile
+++ b/devel/libvolume_id/Makefile
@@ -1,5 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2019/11/03 10:39:19 rillig Exp $
-#
+# $NetBSD: Makefile,v 1.12 2022/07/25 11:12:23 wiz Exp $
DISTNAME= libvolume_id-0.81.1
PKGREVISION= 1
@@ -13,7 +12,7 @@ COMMENT= Library to provide file system type information
LICENSE= gnu-gpl-v2
INSTALLATION_DIRS= include lib lib/pkgconfig
-USE_TOOLS+= gmake pkg-config
+USE_TOOLS+= gmake
USE_LIBTOOL= yes
diff --git a/devel/libvterm01/Makefile b/devel/libvterm01/Makefile
index 7a7545461c9..da664f09e15 100644
--- a/devel/libvterm01/Makefile
+++ b/devel/libvterm01/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2022/06/28 11:31:48 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2022/07/25 11:12:23 wiz Exp $
DISTNAME= libvterm-0.1.4
PKGNAME= ${DISTNAME:S/libvterm/libvterm01/g}
@@ -11,7 +11,7 @@ HOMEPAGE= https://www.leonerd.org.uk/code/libvterm/
COMMENT= Abstract VT220/xterm/ECMA-48 emulation library
LICENSE= mit
-USE_TOOLS+= pkg-config gmake perl
+USE_TOOLS+= gmake perl
USE_LIBTOOL= yes
MAKE_FLAGS+= PREFIX=${PREFIX}
diff --git a/devel/libzen/Makefile b/devel/libzen/Makefile
index b19a39bf3bd..383e1f4963d 100644
--- a/devel/libzen/Makefile
+++ b/devel/libzen/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2017/08/16 20:21:08 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2022/07/25 11:12:23 wiz Exp $
DISTNAME= libzen_0.4.31
PKGNAME= ${DISTNAME:S/_/-/}
@@ -12,7 +12,7 @@ COMMENT= Small C++ derivate class to have a simpler life
LICENSE= zlib
WRKSRC= ${WRKDIR}/ZenLib
-USE_TOOLS+= autoconf automake pkg-config
+USE_TOOLS+= autoconf automake
USE_LANGUAGES= c c++
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
diff --git a/devel/metslib/Makefile b/devel/metslib/Makefile
index 9c851644e11..a066feca608 100644
--- a/devel/metslib/Makefile
+++ b/devel/metslib/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2021/04/27 22:58:40 thor Exp $
+# $NetBSD: Makefile,v 1.2 2022/07/25 11:12:23 wiz Exp $
DISTNAME= metslib-0.5.3
CATEGORIES= devel
@@ -11,7 +11,6 @@ COMMENT= metaheuristic modeling framework for tabu search
LICENSE= gnu-gpl-v3 OR epl-v1.0
GNU_CONFIGURE= yes
-USE_TOOLS+= pkg-config
USE_LANGUAGES= c++
PKGCONFIG_OVERRIDE+= metslib.pc.in
diff --git a/devel/ncurses/Makefile.common b/devel/ncurses/Makefile.common
index 35be8389116..492460b8b36 100644
--- a/devel/ncurses/Makefile.common
+++ b/devel/ncurses/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.48 2021/11/16 15:19:59 wiz Exp $
+# $NetBSD: Makefile.common,v 1.49 2022/07/25 11:12:23 wiz Exp $
#
# used by devel/ncurses/Makefile
# used by devel/ncursesw/Makefile
@@ -16,7 +16,7 @@ LICENSE= mit
USE_LANGUAGES= c c++
USE_LIBTOOL= yes
-USE_TOOLS+= gmake pkg-config tbl
+USE_TOOLS+= gmake tbl
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-libtool
CONFIGURE_ARGS+= --enable-bsdpad
diff --git a/devel/npapi-sdk/Makefile b/devel/npapi-sdk/Makefile
index 20f093aa744..037ca4738a6 100644
--- a/devel/npapi-sdk/Makefile
+++ b/devel/npapi-sdk/Makefile
@@ -1,5 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2015/03/15 17:15:02 hiramatsu Exp $
-#
+# $NetBSD: Makefile,v 1.7 2022/07/25 11:12:23 wiz Exp $
DISTNAME= npapi-sdk-0.27.2
CATEGORIES= devel
@@ -12,7 +11,6 @@ COMMENT= Reusable, released NPAPI-SDK
LICENSE= mpl-1.1
GNU_CONFIGURE= yes
-USE_TOOLS+= pkg-config
PKGCONFIG_OVERRIDE+= npapi-sdk.pc.in
diff --git a/devel/rinutils/Makefile b/devel/rinutils/Makefile
index fc39f1c2375..27936d272d0 100644
--- a/devel/rinutils/Makefile
+++ b/devel/rinutils/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2022/06/28 11:33:42 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2022/07/25 11:12:24 wiz Exp $
DISTNAME= rinutils-0.8.0
PKGREVISION= 2
@@ -12,7 +12,7 @@ HOMEPAGE= https://www.shlomifish.org/open-source/projects/
COMMENT= C11 / gnu11 utilities C library
LICENSE= mit
-USE_TOOLS+= perl pkg-config
+USE_TOOLS+= perl
USE_CMAKE= yes
USE_LANGUAGES= c c++
diff --git a/devel/shtk/Makefile b/devel/shtk/Makefile
index f7dcd611ab2..d22522e59bd 100644
--- a/devel/shtk/Makefile
+++ b/devel/shtk/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2017/02/17 21:20:07 jmmv Exp $
+# $NetBSD: Makefile,v 1.13 2022/07/25 11:12:24 wiz Exp $
DISTNAME= shtk-1.7
CATEGORIES= devel
@@ -12,7 +12,6 @@ LICENSE= modified-bsd
GNU_CONFIGURE= yes
TEST_TARGET= check
USE_LANGUAGES= # empty
-USE_TOOLS= pkg-config
CONFIGURE_ARGS+= SHTK_SHELL="${SH}"
diff --git a/devel/unibilium/Makefile b/devel/unibilium/Makefile
index 8a28fb4bb69..a9c017a6e29 100644
--- a/devel/unibilium/Makefile
+++ b/devel/unibilium/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2022/06/28 11:33:44 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2022/07/25 11:12:24 wiz Exp $
DISTNAME= unibilium-2.1.1
PKGREVISION= 1
@@ -12,7 +12,7 @@ COMMENT= Basic terminfo library
LICENSE= gnu-lgpl-v3
USE_LIBTOOL= yes
-USE_TOOLS+= pkg-config gmake perl
+USE_TOOLS+= gmake perl
MAKE_FLAGS+= PREFIX=${PREFIX}
MAKE_FLAGS+= MANDIR=${PREFIX}/${PKGMANDIR}
diff --git a/devel/unittest-cpp/Makefile b/devel/unittest-cpp/Makefile
index 5864c66055c..0396ed53bed 100644
--- a/devel/unittest-cpp/Makefile
+++ b/devel/unittest-cpp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2019/06/23 09:40:54 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2022/07/25 11:12:24 wiz Exp $
DISTNAME= unittest-cpp-2.0.0
CATEGORIES= devel
@@ -12,7 +12,6 @@ LICENSE= mit
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
-USE_TOOLS+= pkg-config
USE_LANGUAGES= c c++
PKGCONFIG_OVERRIDE+= UnitTest++.pc.in
diff --git a/devel/xorg-util-macros/Makefile b/devel/xorg-util-macros/Makefile
index 549f3312fcb..29794e5df9e 100644
--- a/devel/xorg-util-macros/Makefile
+++ b/devel/xorg-util-macros/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2021/01/24 15:52:25 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2022/07/25 11:12:24 wiz Exp $
DISTNAME= util-macros-1.19.3
PKGNAME= xorg-${DISTNAME}
@@ -12,7 +12,6 @@ COMMENT= Xorg autotool macros
LICENSE= mit
GNU_CONFIGURE= yes
-USE_TOOLS+= pkg-config
PKGCONFIG_OVERRIDE+= xorg-macros.pc.in
.include "../../mk/bsd.pkg.mk"