diff options
author | adam <adam@pkgsrc.org> | 2020-05-03 11:41:59 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2020-05-03 11:41:59 +0000 |
commit | 43272276a9606d20016ce19ddec015fd4d297571 (patch) | |
tree | 30779edb1b7c1fb3163dd150a6db80419eb65ebb /databases | |
parent | efa300068d6c9a7c79e1fdefbe229bc03535036b (diff) | |
download | pkgsrc-43272276a9606d20016ce19ddec015fd4d297571.tar.gz |
redis: add TEST_DEPENDS
Diffstat (limited to 'databases')
-rw-r--r-- | databases/redis/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/redis/Makefile b/databases/redis/Makefile index cf6c0693864..dbf4362a671 100644 --- a/databases/redis/Makefile +++ b/databases/redis/Makefile @@ -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 @@ HOMEPAGE= https://redis.io/ 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 |