git: 72e8f9198ef4 - main - devel/pecl-swoole: Add json to build dependency.

Vanilla I. Shu vanilla at FreeBSD.org
Sat Apr 17 07:50:57 UTC 2021


The branch main has been updated by vanilla:

URL: https://cgit.FreeBSD.org/ports/commit/?id=72e8f9198ef42de16f2dc3fa71f73e7376164146

commit 72e8f9198ef42de16f2dc3fa71f73e7376164146
Author:     Vanilla I. Shu <vanilla at FreeBSD.org>
AuthorDate: 2021-04-17 07:46:28 +0000
Commit:     Vanilla I. Shu <vanilla at FreeBSD.org>
CommitDate: 2021-04-17 07:50:47 +0000

    devel/pecl-swoole: Add json to build dependency.
    
    PR: 255136
    Reported by: dave at jetcafe.org
---
 devel/pecl-swoole/Makefile | 1 +
 1 file changed, 1 insertion(+)

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>


More information about the dev-commits-ports-all mailing list