summaryrefslogtreecommitdiff
path: root/devel/libcbor
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/libcbor
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/libcbor')
-rw-r--r--devel/libcbor/Makefile3
1 files changed, 1 insertions, 2 deletions
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/*