diff options
author | nia <nia@pkgsrc.org> | 2020-01-09 02:06:44 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2020-01-09 02:06:44 +0000 |
commit | bbd75ebe182b626c1808e6fff913204836345a8c (patch) | |
tree | 205c2a906eec65012efed0916494e0c2e0380569 /misc | |
parent | 58f2c9c1c15e9e3056124125e51d71f4e424d9c6 (diff) | |
download | pkgsrc-bbd75ebe182b626c1808e6fff913204836345a8c.tar.gz |
raspberrypi-userland: Needs pkg-config
Diffstat (limited to 'misc')
-rw-r--r-- | misc/raspberrypi-userland/Makefile | 4 |
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 |