aboutsummaryrefslogtreecommitdiff
path: root/databases/pecl-couchbase
diff options
context:
space:
mode:
authorMax Brazhnikov <makc@FreeBSD.org>2024-04-11 09:14:35 +0000
committerMax Brazhnikov <makc@FreeBSD.org>2024-04-11 09:16:53 +0000
commit43d9a1336ddec3ddb059a4c78b33888272692c36 (patch)
tree7b371f1698d5f64d7badacb4fe8b900167d34585 /databases/pecl-couchbase
parenta310b87d7a8b2d00fb7f0d3d8acf5bca6f7b5206 (diff)
downloadports-43d9a1336ddec3ddb059a4c78b33888272692c36.tar.gz
ports-43d9a1336ddec3ddb059a4c78b33888272692c36.zip
*/*: convert to cmake:indirect
Convert bunch of ports to USES=cmake:indirect
Diffstat (limited to 'databases/pecl-couchbase')
-rw-r--r--databases/pecl-couchbase/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/databases/pecl-couchbase/Makefile b/databases/pecl-couchbase/Makefile
index 4d3fb26b1b0b..e9b2de931bd6 100644
--- a/databases/pecl-couchbase/Makefile
+++ b/databases/pecl-couchbase/Makefile
@@ -10,9 +10,7 @@ WWW= https://pecl.php.net/package/couchbase \
LICENSE= APACHE20
-BUILD_DEPENDS= cmake:devel/cmake-core
-
-USES= compiler:c++17-lang php:build,pecl
+USES= cmake:indirect compiler:c++17-lang php:build,pecl
CONFIGURE_ARGS= COUCHBASE_CMAKE_EXTRA="-DCOUCHBASE_CXX_CLIENT_EMBED_MOZILLA_CA_BUNDLE=OFF"