summaryrefslogtreecommitdiff
path: root/wm
diff options
context:
space:
mode:
authorfcambus <fcambus@pkgsrc.org>2019-09-23 14:57:12 +0000
committerfcambus <fcambus@pkgsrc.org>2019-09-23 14:57:12 +0000
commitb5e0c0c2e46cf01f2d95bb7a27f29c9d69a0242a (patch)
treebb42f8fecc640fc9b40466b373d9c049aec35999 /wm
parent32ace60e154993bfef49c83d90a46de3d861d356 (diff)
downloadpkgsrc-b5e0c0c2e46cf01f2d95bb7a27f29c9d69a0242a.tar.gz
coma: fix the build by adding missing build dependency on pkg-config.
OK kamil@
Diffstat (limited to 'wm')
-rw-r--r--wm/coma/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/wm/coma/Makefile b/wm/coma/Makefile
index 412fa485300..05e0cac5716 100644
--- a/wm/coma/Makefile
+++ b/wm/coma/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2019/08/28 07:11:23 fcambus Exp $
+# $NetBSD: Makefile,v 1.4 2019/09/23 14:57:12 fcambus Exp $
DISTNAME= coma-1.0
CATEGORIES= wm
@@ -10,6 +10,7 @@ COMMENT= Keyboard driven tiling window manager
LICENSE= isc
USE_LANGUAGES= c99
+USE_TOOLS+= pkg-config
MAKE_FLAGS+= MAN_DIR="${PREFIX}/${PKGMANDIR}"