diff options
author | bsiegert <bsiegert@pkgsrc.org> | 2020-01-09 14:59:09 +0000 |
---|---|---|
committer | bsiegert <bsiegert@pkgsrc.org> | 2020-01-09 14:59:09 +0000 |
commit | b28e2f4598b8eeea96019ea751ae67676863ac42 (patch) | |
tree | 9f6776e44cdd8aa8d3f07b9973deb5c73b0cb660 | |
parent | 6caa8c0435493d63687af7f4f43998abdd430d61 (diff) | |
download | pkgsrc-b28e2f4598b8eeea96019ea751ae67676863ac42.tar.gz |
Pullup ticket #6114 - requested by nia
misc/raspberrypi-userland: build fix
Revisions pulled up:
- misc/raspberrypi-userland/Makefile 1.17
---
Module Name: pkgsrc
Committed By: nia
Date: Thu Jan 9 02:06:44 UTC 2020
Modified Files:
pkgsrc/misc/raspberrypi-userland: Makefile
Log Message:
raspberrypi-userland: Needs pkg-config
-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..8f711ff18e3 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.16.4.1 2020/01/09 14:59:09 bsiegert 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 |