pkgsrc-Changes archive

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

CVS commit: pkgsrc/wm/coma



Module Name:    pkgsrc
Committed By:   fcambus
Date:           Mon Sep 23 14:57:12 UTC 2019

Modified Files:
        pkgsrc/wm/coma: Makefile

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

OK kamil@


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/wm/coma/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/wm/coma/Makefile
diff -u pkgsrc/wm/coma/Makefile:1.3 pkgsrc/wm/coma/Makefile:1.4
--- pkgsrc/wm/coma/Makefile:1.3 Wed Aug 28 07:11:23 2019
+++ pkgsrc/wm/coma/Makefile     Mon Sep 23 14:57:12 2019
@@ -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 m
 LICENSE=       isc
 
 USE_LANGUAGES= c99
+USE_TOOLS+=    pkg-config
 
 MAKE_FLAGS+=   MAN_DIR="${PREFIX}/${PKGMANDIR}"
 



Home | Main Index | Thread Index | Old Index