aboutsummaryrefslogtreecommitdiff
path: root/databases/tiledb
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2021-01-26 17:21:10 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2021-01-26 17:21:10 +0000
commitcfc8bb8752b6b1ad7115d2d8e13df8254973267f (patch)
tree50657333f3e3bdb12d393642a807ad3de68ff50f /databases/tiledb
parent6ca0e241f5bb92b394e49bfe56e7d0aad937eb52 (diff)
Notes
Diffstat (limited to 'databases/tiledb')
-rw-r--r--databases/tiledb/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/tiledb/Makefile b/databases/tiledb/Makefile
index 0b639e33b62c..8b628f1d9a0c 100644
--- a/databases/tiledb/Makefile
+++ b/databases/tiledb/Makefile
@@ -3,6 +3,7 @@
PORTNAME= tiledb
PORTVERSION= 2.1.6
+PORTREVISION= 1
CATEGORIES= databases
MAINTAINER= sunpoet@FreeBSD.org
@@ -14,7 +15,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${RUN_DEPENDS}
LIB_DEPENDS= libfmt.so:devel/libfmt \
liblz4.so:archivers/liblz4 \
- libtbb.so:devel/tbb \
libzstd.so:archivers/zstd
RUN_DEPENDS= catch>=0:devel/catch \
clipp>=0:devel/clipp \
@@ -24,8 +24,8 @@ USES= cmake compiler:c++11-lang localbase:ldflags ssl
CFLAGS+= -DSPDLOG_FMT_EXTERNAL=1
CMAKE_ARGS= -DCATCH_INCLUDE_DIR=${LOCALBASE}/include/catch2
-CMAKE_OFF= TILEDB_CMAKE_IDE TILEDB_FORCE_ALL_DEPS TILEDB_HDFS TILEDB_S3 TILEDB_SUPERBUILD TILEDB_TESTS_AWS_S3_CONFIG TILEDB_VERBOSE TILEDB_WERROR
-CMAKE_ON= TILEDB_CPP_API TILEDB_STATIC TILEDB_STATS TILEDB_TBB TILEDB_TBB_SHARED TILEDB_TESTS TILEDB_TOOLS
+CMAKE_OFF= TILEDB_CMAKE_IDE TILEDB_FORCE_ALL_DEPS TILEDB_HDFS TILEDB_S3 TILEDB_SUPERBUILD TILEDB_TBB TILEDB_TBB_SHARED TILEDB_TESTS_AWS_S3_CONFIG TILEDB_VERBOSE TILEDB_WERROR
+CMAKE_ON= TILEDB_CPP_API TILEDB_STATIC TILEDB_STATS TILEDB_TESTS TILEDB_TOOLS
LDFLAGS+= -lfmt
GH_ACCOUNT= TileDB-Inc