summaryrefslogtreecommitdiff
path: root/textproc/php-json
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2020-03-21 23:51:57 +0000
committerjoerg <joerg@pkgsrc.org>2020-03-21 23:51:57 +0000
commitd0ba7b6dd84c0c4eed822d4e78d2caf5b3ac846c (patch)
tree01b2b2cc7e0427c7c45378001204c70ca36342e8 /textproc/php-json
parent9d467b15bf3c5498d071987541c6b868d57fe11b (diff)
downloadpkgsrc-d0ba7b6dd84c0c4eed822d4e78d2caf5b3ac846c.tar.gz
Needs re2c.
Diffstat (limited to 'textproc/php-json')
-rw-r--r--textproc/php-json/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/php-json/Makefile b/textproc/php-json/Makefile
index 64d32a374ca..d6c9201c974 100644
--- a/textproc/php-json/Makefile
+++ b/textproc/php-json/Makefile
@@ -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"