Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Apr 2021 07:50:57 GMT
From:      "Vanilla I. Shu" <vanilla@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 72e8f9198ef4 - main - devel/pecl-swoole: Add json to build dependency.
Message-ID:  <202104170750.13H7ovBi049484@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by vanilla:

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

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

    devel/pecl-swoole: Add json to build dependency.
    
    PR: 255136
    Reported by: dave@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>


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104170750.13H7ovBi049484>