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:   taca
Date:           Mon Mar 29 00:09:36 UTC 2021

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

Log Message:
databases/php-redis: fix for php80

php-json is bundled in lang/php80 pacakge.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 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.14 pkgsrc/databases/php-redis/Makefile:1.15
--- pkgsrc/databases/php-redis/Makefile:1.14    Sun Mar 28 00:05:47 2021
+++ pkgsrc/databases/php-redis/Makefile Mon Mar 29 00:09:35 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2021/03/28 00:05:47 mef Exp $
+# $NetBSD: Makefile,v 1.15 2021/03/29 00:09:35 taca Exp $
 #
 
 MODNAME=       redis
@@ -24,6 +24,8 @@ WRKSRC=               ${WRKDIR}/${GITHUB_PROJECT}-${P
 CFLAGS+=       -Wno-error=return-type
 .endif
 
-.include "../../textproc/php-json/buildlink3.mk"
 .include "../../lang/php/ext.mk"
+.if ${PKG_PHP_MAJOR_VERS} < 8
+.include "../../textproc/php-json/buildlink3.mk"
+.endif
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index