pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/ham/hackrf (ham/hackrf) Add missing tool (USE_TOOLS= p...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1b8b7343d43b
branches:  trunk
changeset: 335369:1b8b7343d43b
user:      mef <mef%pkgsrc.org@localhost>
date:      Tue Jun 18 12:42:26 2019 +0000

description:
(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

diffstat:

 ham/hackrf/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r b8fead786def -r 1b8b7343d43b ham/hackrf/Makefile
--- a/ham/hackrf/Makefile       Tue Jun 18 12:40:55 2019 +0000
+++ b/ham/hackrf/Makefile       Tue Jun 18 12:42:26 2019 +0000
@@ -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 @@
 
 USE_LANGUAGES=         c c++
 USE_CMAKE=             yes
+USE_TOOLS=             pkg-config
 
 # Suppress warning for developer
 CMAKE_ARGS+=           -Wno-dev



Home | Main Index | Thread Index | Old Index