diff options
| author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2026-04-05 17:59:54 +0000 |
|---|---|---|
| committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2026-04-05 17:59:54 +0000 |
| commit | a0222ac0b507079c2f1f1b4a879d3953316759cc (patch) | |
| tree | 1445aab8d20f4f716b968665162ddb1a0d409c7d /databases/tiledb | |
| parent | a354f718993f8ae526ee9f938b55d79be75c2a70 (diff) | |
Diffstat (limited to 'databases/tiledb')
| -rw-r--r-- | databases/tiledb/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/databases/tiledb/Makefile b/databases/tiledb/Makefile index 2d41a8cf778b..ed53ef330b4b 100644 --- a/databases/tiledb/Makefile +++ b/databases/tiledb/Makefile @@ -1,5 +1,6 @@ PORTNAME= tiledb PORTVERSION= 2.30.1 +PORTREVISION= 1 CATEGORIES= databases MAINTAINER= sunpoet@FreeBSD.org @@ -10,11 +11,11 @@ WWW= https://tiledb.com/ \ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= capnproto1>=1.3.0<1.3.0_99:devel/capnproto1 \ +BUILD_DEPENDS= capnproto-tiledb>=1.3.0<1.3.0_99:devel/capnproto-tiledb \ clipp>=0:devel/clipp \ nlohmann-json>=0:devel/nlohmann-json LIB_DEPENDS= libblosc2.so:archivers/c-blosc2 \ - libcapnp.so:devel/capnproto1 \ + libcapnp.so:devel/capnproto-tiledb \ libcurl.so:ftp/curl \ libfmt.so:devel/libfmt \ liblz4.so:archivers/liblz4 \ |
