summaryrefslogtreecommitdiff
path: root/databases/redis
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2020-08-03 14:07:02 +0000
committerwiz <wiz@pkgsrc.org>2020-08-03 14:07:02 +0000
commitb0eb18b070a6abae61e0d851bc9fa4c0c84d70a9 (patch)
tree9b24e45ccf317acc4a7b22cc3f54020173840517 /databases/redis
parent754c7b7d2d603d2db2384a56890ed2f1cf22ee2a (diff)
downloadpkgsrc-b0eb18b070a6abae61e0d851bc9fa4c0c84d70a9.tar.gz
redis: add pkg-config tool
The build infrastructure expects it to be there, and throws weird shell errors if it isn't.
Diffstat (limited to 'databases/redis')
-rw-r--r--databases/redis/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/redis/Makefile b/databases/redis/Makefile
index b5ae6f46ac5..f5e7ad4399b 100644
--- a/databases/redis/Makefile
+++ b/databases/redis/Makefile
@@ -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"