From a18202418771e916abe86abaa9d6b574ece6a1ca Mon Sep 17 00:00:00 2001 From: mef Date: Tue, 18 Jun 2019 12:42:26 +0000 Subject: (ham/hackrf) Add missing tool (USE_TOOLS= pkg-config) The error was: -- Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE) CMake Error at /usr/pkg/share/cmake-3.13/Modules/FindPkgConfig.cmake:505 (message): pkg-config tool not found --- ham/hackrf/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ham') diff --git a/ham/hackrf/Makefile b/ham/hackrf/Makefile index 24d6be1eecf..1dade8a85b5 100644 --- a/ham/hackrf/Makefile +++ b/ham/hackrf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2019/04/25 07:33:00 maya Exp $ +# $NetBSD: Makefile,v 1.6 2019/06/18 12:42:26 mef Exp $ DISTNAME= hackrf-2018.01.1 PKGREVISION= 1 @@ -15,6 +15,7 @@ LICENSE= gnu-gpl-v2 USE_LANGUAGES= c c++ USE_CMAKE= yes +USE_TOOLS= pkg-config # Suppress warning for developer CMAKE_ARGS+= -Wno-dev -- cgit v1.2.3