aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-10-13 19:12:07 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-10-13 19:12:07 +0000
commit9f41cd4c87737deb0b1758d9dbcd8590660f9331 (patch)
treece647d3c34d663e3833958fe48a493d54a856736
parentfa0a8122f68b0a899ab22f5aa5f1ffa5b6f026a0 (diff)
downloadports-9f41cd4c87737deb0b1758d9dbcd8590660f9331.tar.gz
ports-9f41cd4c87737deb0b1758d9dbcd8590660f9331.zip
databases/tiledb: Ensure libcapnp.so from devel/capnproto080
-rw-r--r--databases/tiledb/Makefile3
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