From 0dec7a6a066d910f283580f32c6966e2e02486b4 Mon Sep 17 00:00:00 2001 From: wiz Date: Mon, 25 Jul 2022 11:12:18 +0000 Subject: *: 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). --- devel/libcbor/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'devel/libcbor') 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/* -- cgit v1.2.3