summaryrefslogtreecommitdiff
path: root/wm
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2021-05-15 06:58:19 +0000
committernia <nia@pkgsrc.org>2021-05-15 06:58:19 +0000
commit74f3574032fc163c12559d61a9c8838425335b97 (patch)
tree1e5ef41feb4894b50382afa1302e855be1349209 /wm
parent9b41e7f513f4d0d8a44211e290ceb8ac61418557 (diff)
downloadpkgsrc-74f3574032fc163c12559d61a9c8838425335b97.tar.gz
spectrwm: uses pkg-config
Diffstat (limited to 'wm')
-rw-r--r--wm/spectrwm/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/wm/spectrwm/Makefile b/wm/spectrwm/Makefile
index 76d6af6aa71..35b53574964 100644
--- a/wm/spectrwm/Makefile
+++ b/wm/spectrwm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2020/08/17 20:20:18 leot Exp $
+# $NetBSD: Makefile,v 1.18 2021/05/15 06:58:19 nia Exp $
DISTNAME= spectrwm-3.4.1
PKGREVISION= 1
@@ -36,7 +36,7 @@ BUILD_DIRS= freebsd
. elif ${OPSYS} == "NetBSD"
BUILD_DIRS= netbsd
. else
-USE_TOOLS+= gmake
+USE_TOOLS+= gmake pkg-config
BUILD_DIRS= linux
. endif
.endif