summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2020-01-09 02:06:44 +0000
committernia <nia@pkgsrc.org>2020-01-09 02:06:44 +0000
commitbbd75ebe182b626c1808e6fff913204836345a8c (patch)
tree205c2a906eec65012efed0916494e0c2e0380569 /misc
parent58f2c9c1c15e9e3056124125e51d71f4e424d9c6 (diff)
downloadpkgsrc-bbd75ebe182b626c1808e6fff913204836345a8c.tar.gz
raspberrypi-userland: Needs pkg-config
Diffstat (limited to 'misc')
-rw-r--r--misc/raspberrypi-userland/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/raspberrypi-userland/Makefile b/misc/raspberrypi-userland/Makefile
index ebcd7d28915..aa2f2397bb7 100644
--- a/misc/raspberrypi-userland/Makefile
+++ b/misc/raspberrypi-userland/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2019/11/03 17:04:26 rillig Exp $
+# $NetBSD: Makefile,v 1.17 2020/01/09 02:06:44 nia Exp $
#
DISTNAME= userland-20170109
@@ -22,7 +22,7 @@ USE_LANGUAGES= c c++
USE_CMAKE= yes
CMAKE_ARGS+= -DCMAKE_TOOLCHAIN_FILE=${WRKSRC}/makefiles/cmake/toolchains/arm-netbsdelf.cmake
-USE_TOOLS+= bash:run
+USE_TOOLS+= pkg-config bash:run
SUBST_CLASSES+= vc
SUBST_STAGE.vc= pre-configure