aboutsummaryrefslogtreecommitdiff
path: root/archivers/c-blosc
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2017-11-01 13:10:35 +0000
committerJimmy Olgeni <olgeni@FreeBSD.org>2017-11-01 13:10:35 +0000
commit2fb9f253738e151f2fbe761516881a4f0594a09d (patch)
tree9695b297af36ba840f671615e51523a713e61430 /archivers/c-blosc
parent800ccbb3b55bc2ef883f887ccd6925b011df90ef (diff)
downloadports-2fb9f253738e151f2fbe761516881a4f0594a09d.tar.gz
ports-2fb9f253738e151f2fbe761516881a4f0594a09d.zip
Fix whitespace issues (mixed tab/spaces, alignment) in a few ports.
Notes
Notes: svn path=/head/; revision=453284
Diffstat (limited to 'archivers/c-blosc')
-rw-r--r--archivers/c-blosc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/c-blosc/Makefile b/archivers/c-blosc/Makefile
index 1343bb45d0c6..ba8c28164509 100644
--- a/archivers/c-blosc/Makefile
+++ b/archivers/c-blosc/Makefile
@@ -28,7 +28,7 @@ PLIST_SUB= VERSION="${PORTVERSION:R:R}" \
CMAKE_ARGS= -DBUILD_SHARED=ON
OPTIONS_DEFINE= STATIC TEST AVX2 LZ4 SNAPPY ZLIB ZSTD
-OPTIONS_DEFAULT= STATIC LZ4 SNAPPY ZLIB ZSTD
+OPTIONS_DEFAULT=STATIC LZ4 SNAPPY ZLIB ZSTD
OPTIONS_SUB= yes
AVX2_DESC= Attempt to build with AVX2 instructions