pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/php-json



Module Name:    pkgsrc
Committed By:   joerg
Date:           Sat Mar 21 23:51:57 UTC 2020

Modified Files:
        pkgsrc/textproc/php-json: Makefile

Log Message:
Needs re2c.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/textproc/php-json/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/php-json/Makefile
diff -u pkgsrc/textproc/php-json/Makefile:1.6 pkgsrc/textproc/php-json/Makefile:1.7
--- pkgsrc/textproc/php-json/Makefile:1.6       Fri Jan  5 03:14:52 2018
+++ pkgsrc/textproc/php-json/Makefile   Sat Mar 21 23:51:57 2020
@@ -1,9 +1,11 @@
-# $NetBSD: Makefile,v 1.6 2018/01/05 03:14:52 taca Exp $
+# $NetBSD: Makefile,v 1.7 2020/03/21 23:51:57 joerg Exp $
 
 MODNAME=               json
 CATEGORIES+=           textproc
 COMMENT=               PHP extension for JSON serialization support
 
+BUILD_DEPENDS+=        re2c>=0.13.0.4:../../devel/re2c
+
 CONFIGURE_ARGS+=       --enable-${MODNAME}=shared
 
 .include "../../lang/php/ext.mk"



Home | Main Index | Thread Index | Old Index