git: 9f41cd4c8773 - main - databases/tiledb: Ensure libcapnp.so from devel/capnproto080
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 13 Oct 2021 19:20:24 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=9f41cd4c87737deb0b1758d9dbcd8590660f9331 commit 9f41cd4c87737deb0b1758d9dbcd8590660f9331 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-10-13 19:12:07 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-10-13 19:12:07 +0000 databases/tiledb: Ensure libcapnp.so from devel/capnproto080 --- databases/tiledb/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/databases/tiledb/Makefile b/databases/tiledb/Makefile index 2c479ea892a5..acd7600dffcf 100644 --- a/databases/tiledb/Makefile +++ b/databases/tiledb/Makefile @@ -15,7 +15,8 @@ LIB_DEPENDS= libcapnp.so:devel/capnproto080 \ libfmt.so:devel/libfmt \ liblz4.so:archivers/liblz4 \ libzstd.so:archivers/zstd -RUN_DEPENDS= catch>=0:devel/catch \ +RUN_DEPENDS= capnproto080>=0.8.0:devel/capnproto080 \ + catch>=0:devel/catch \ clipp>=0:devel/clipp \ spdlog>=1.4:devel/spdlog