pkgsrc-Changes archive

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

CVS commit: pkgsrc/databases/php-redis



Module Name:    pkgsrc
Committed By:   mef
Date:           Sun Mar 28 00:05:47 UTC 2021

Modified Files:
        pkgsrc/databases/php-redis: Makefile

Log Message:
(databases/php-redis) +.include php-json/buildlink3.mk


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/databases/php-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/php-redis/Makefile
diff -u pkgsrc/databases/php-redis/Makefile:1.13 pkgsrc/databases/php-redis/Makefile:1.14
--- pkgsrc/databases/php-redis/Makefile:1.13    Sun Mar  7 13:02:29 2021
+++ pkgsrc/databases/php-redis/Makefile Sun Mar 28 00:05:47 2021
@@ -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}-${P
 CFLAGS+=       -Wno-error=return-type
 .endif
 
+.include "../../textproc/php-json/buildlink3.mk"
 .include "../../lang/php/ext.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index