summaryrefslogtreecommitdiff
path: root/databases/tiledb/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/tiledb/Makefile')
-rw-r--r--databases/tiledb/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/databases/tiledb/Makefile b/databases/tiledb/Makefile
index ce055503941a..974eb1db0296 100644
--- a/databases/tiledb/Makefile
+++ b/databases/tiledb/Makefile
@@ -1,6 +1,5 @@
PORTNAME= tiledb
-PORTVERSION= 2.28.1
-PORTREVISION= 1
+PORTVERSION= 2.29.0
CATEGORIES= databases
MAINTAINER= sunpoet@FreeBSD.org
@@ -31,8 +30,7 @@ CFLAGS_armv6= -Wno-c++11-narrowing
CFLAGS_armv7= -Wno-c++11-narrowing
CFLAGS_i386= -Wno-c++11-narrowing
CFLAGS_powerpc= -Wno-c++11-narrowing
-CMAKE_ARGS= -DTILEDB_CCACHE=${${CCACHE_ENABLED} == yes :?ON :OFF} \
- -Dlibmagic_DICTIONARY=/usr/share/misc/magic.mgc
+CMAKE_ARGS= -DTILEDB_CCACHE=${${CCACHE_ENABLED} == yes :?ON :OFF}
CMAKE_OFF= TILEDB_ALLOW_REGEX_CHAR_PATH \
TILEDB_ARROW_TESTS \
TILEDB_ASSERTIONS \
@@ -41,6 +39,7 @@ CMAKE_OFF= TILEDB_ALLOW_REGEX_CHAR_PATH \
TILEDB_GCS \
TILEDB_HDFS \
TILEDB_REMOVE_DEPRECATIONS \
+ TILEDB_RUST \
TILEDB_S3 \
TILEDB_SANITIZER \
TILEDB_TESTS \