Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/redis redis: add pkg-config tool



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3bfc422d5395
branches:  trunk
changeset: 436469:3bfc422d5395
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Aug 03 14:07:02 2020 +0000

description:
redis: add pkg-config tool

The build infrastructure expects it to be there, and throws weird shell
errors if it isn't.

diffstat:

 databases/redis/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 0b8ae4c85af8 -r 3bfc422d5395 databases/redis/Makefile
--- a/databases/redis/Makefile  Mon Aug 03 14:03:18 2020 +0000
+++ b/databases/redis/Makefile  Mon Aug 03 14:07:02 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.56 2020/08/03 10:38:45 wiz Exp $
+# $NetBSD: Makefile,v 1.57 2020/08/03 14:07:02 wiz Exp $
 
 DISTNAME=      redis-6.0.6
 PKGREVISION=   1
@@ -13,7 +13,7 @@
 TEST_DEPENDS+= tcl>=8.5:../../lang/tcl
 
 USE_LANGUAGES= c99
-USE_TOOLS+=    gmake
+USE_TOOLS+=    gmake pkg-config
 
 .include "../../mk/bsd.prefs.mk"
 



Home | Main Index | Thread Index | Old Index