diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-10-14 03:12:07 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-10-14 03:12:07 +0800 |
commit | 9f41cd4c87737deb0b1758d9dbcd8590660f9331 (patch) | |
tree | ce647d3c34d663e3833958fe48a493d54a856736 | |
parent | databases/rocksdb: Remove workaround which is fixed in 6.22.1 (diff) |
databases/tiledb: Ensure libcapnp.so from devel/capnproto080
-rw-r--r-- | databases/tiledb/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |