pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/php-json Needs re2c.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3bbe8afaac00
branches:  trunk
changeset: 413711:3bbe8afaac00
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sat Mar 21 23:51:57 2020 +0000

description:
Needs re2c.

diffstat:

 textproc/php-json/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (16 lines):

diff -r 1dd7f821062a -r 3bbe8afaac00 textproc/php-json/Makefile
--- a/textproc/php-json/Makefile        Sat Mar 21 23:51:40 2020 +0000
+++ b/textproc/php-json/Makefile        Sat Mar 21 23:51:57 2020 +0000
@@ -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