pkgsrc-Changes archive

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

CVS commit: pkgsrc/databases/redis



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Aug  3 14:07:02 UTC 2020

Modified Files:
        pkgsrc/databases/redis: Makefile

Log Message:
redis: add pkg-config tool

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


To generate a diff of this commit:
cvs rdiff -u -r1.56 -r1.57 pkgsrc/databases/redis/Makefile

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

Modified files:

Index: pkgsrc/databases/redis/Makefile
diff -u pkgsrc/databases/redis/Makefile:1.56 pkgsrc/databases/redis/Makefile:1.57
--- pkgsrc/databases/redis/Makefile:1.56        Mon Aug  3 10:38:45 2020
+++ pkgsrc/databases/redis/Makefile     Mon Aug  3 14:07:02 2020
@@ -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 @@ LICENSE=      modified-bsd
 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