summaryrefslogtreecommitdiff
path: root/databases/php-redis
diff options
context:
space:
mode:
authormef <mef@pkgsrc.org>2021-03-28 00:05:47 +0000
committermef <mef@pkgsrc.org>2021-03-28 00:05:47 +0000
commite6be09f741769cb2ed7cb5fa9704fdd6c142eded (patch)
treee94de0b23d0e842a992b99e088ef11bf9cc2f4d5 /databases/php-redis
parent2b99018b3ef474460ed56066ae70c9b404cecbd6 (diff)
downloadpkgsrc-e6be09f741769cb2ed7cb5fa9704fdd6c142eded.tar.gz
(databases/php-redis) +.include php-json/buildlink3.mk
Diffstat (limited to 'databases/php-redis')
-rw-r--r--databases/php-redis/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/php-redis/Makefile b/databases/php-redis/Makefile
index 9234a705588..7b8b778865f 100644
--- a/databases/php-redis/Makefile
+++ b/databases/php-redis/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2021/03/07 13:02:29 taca Exp $
+# $NetBSD: Makefile,v 1.14 2021/03/28 00:05:47 mef Exp $
#
MODNAME= redis
@@ -24,5 +24,6 @@ WRKSRC= ${WRKDIR}/${GITHUB_PROJECT}-${PECL_VERSION}
CFLAGS+= -Wno-error=return-type
.endif
+.include "../../textproc/php-json/buildlink3.mk"
.include "../../lang/php/ext.mk"
.include "../../mk/bsd.pkg.mk"