aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2021-04-17 07:46:28 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2021-04-17 07:50:47 +0000
commit72e8f9198ef42de16f2dc3fa71f73e7376164146 (patch)
tree915ec36fc51d5484a73cc433bee6915511d420b2
parent5a3ab34184f4d05561ba37cf95779f85ddbc61cc (diff)
downloadports-72e8f9198ef42de16f2dc3fa71f73e7376164146.tar.gz
ports-72e8f9198ef42de16f2dc3fa71f73e7376164146.zip
devel/pecl-swoole: Add json to build dependency.
PR: 255136 Reported by: dave@jetcafe.org
-rw-r--r--devel/pecl-swoole/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/pecl-swoole/Makefile b/devel/pecl-swoole/Makefile
index 244bf3983f50..69789775bf0f 100644
--- a/devel/pecl-swoole/Makefile
+++ b/devel/pecl-swoole/Makefile
@@ -23,5 +23,6 @@ SOCKETS_CONFIGURE_ON= --enable-sockets
CURL_LIB_DEPENDS= libcurl.so:ftp/curl
CURL_CONFIGURE_ON= --enable-swoole-curl
JSON_CONFIGURE_ON= --enable-swoole-json
+JSON_USE= PHP=json:build
.include <bsd.port.mk>