pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/wm/coma coma: fix the build by adding missing build de...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e2898cb55eb9
branches:  trunk
changeset: 340143:e2898cb55eb9
user:      fcambus <fcambus%pkgsrc.org@localhost>
date:      Mon Sep 23 14:57:12 2019 +0000

description:
coma: fix the build by adding missing build dependency on pkg-config.

OK kamil@

diffstat:

 wm/coma/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 40fe1dcb8a5b -r e2898cb55eb9 wm/coma/Makefile
--- a/wm/coma/Makefile  Mon Sep 23 14:04:10 2019 +0000
+++ b/wm/coma/Makefile  Mon Sep 23 14:57:12 2019 +0000
@@ -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 @@
 LICENSE=       isc
 
 USE_LANGUAGES= c99
+USE_TOOLS+=    pkg-config
 
 MAKE_FLAGS+=   MAN_DIR="${PREFIX}/${PKGMANDIR}"
 



Home | Main Index | Thread Index | Old Index