aboutsummaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-09-25 20:40:08 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-09-25 20:40:08 +0000
commita200b33a3abda59c443ec2b6d519ed7ba9ba1f85 (patch)
tree4697844eb7725b66323bf94f4b15ac3fcdebc49c /databases
parentb6368bd30dfaa4f2fa8c064c5d84530a41455e08 (diff)
downloadports-a200b33a3abda59c443ec2b6d519ed7ba9ba1f85.tar.gz
ports-a200b33a3abda59c443ec2b6d519ed7ba9ba1f85.zip
Sort CMAKE_OFF
Notes
Notes: svn path=/head/; revision=512813
Diffstat (limited to 'databases')
-rw-r--r--databases/tiledb/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/tiledb/Makefile b/databases/tiledb/Makefile
index 315560400657..1a9adae33bb0 100644
--- a/databases/tiledb/Makefile
+++ b/databases/tiledb/Makefile
@@ -23,7 +23,7 @@ RUN_DEPENDS= catch>=0:devel/catch \
USES= cmake compiler:c++11-lang ssl
CMAKE_ARGS= -DCATCH_INCLUDE_DIR=${LOCALBASE}/include/catch2
-CMAKE_OFF= TILEDB_CMAKE_IDE TILEDB_WERROR TILEDB_FORCE_ALL_DEPS TILEDB_HDFS TILEDB_S3 TILEDB_SUPERBUILD TILEDB_TESTS_AWS_S3_CONFIG TILEDB_VERBOSE
+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
GH_ACCOUNT= TileDB-Inc