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 TEST_DEPENDS



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f33180e83690
branches:  trunk
changeset: 430694:f33180e83690
user:      adam <adam%pkgsrc.org@localhost>
date:      Sun May 03 11:41:59 2020 +0000

description:
redis: add TEST_DEPENDS

diffstat:

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

diffs (18 lines):

diff -r fe3942db562b -r f33180e83690 databases/redis/Makefile
--- a/databases/redis/Makefile  Sun May 03 11:41:45 2020 +0000
+++ b/databases/redis/Makefile  Sun May 03 11:41:59 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.49 2020/05/03 11:31:39 adam Exp $
+# $NetBSD: Makefile,v 1.50 2020/05/03 11:41:59 adam Exp $
 
 DISTNAME=      redis-6.0.1
 CATEGORIES=    databases
@@ -9,6 +9,8 @@
 COMMENT=       Persistent key-value database with built-in net interface
 LICENSE=       modified-bsd
 
+TEST_DEPENDS+= tcl>=8.5:../../lang/tcl
+
 USE_LANGUAGES=         c99
 USE_TOOLS+=            gmake
 



Home | Main Index | Thread Index | Old Index