aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--archivers/zstd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/zstd/Makefile b/archivers/zstd/Makefile
index 00fefd673750..64ac16833c83 100644
--- a/archivers/zstd/Makefile
+++ b/archivers/zstd/Makefile
@@ -33,7 +33,7 @@ PLIST_SUB= BUILD_TYPE=${BUILD_TYPE:tl} PORTVERSION=${PORTVERSION}
SUB_FILES= zstdConfigVersion.cmake zstdTargets-BUILD_TYPE.cmake
SUB_LIST= BUILD_TYPE_CAPS=${BUILD_TYPE:tu} BUILD_TYPE_MIXED=${BUILD_TYPE} PORTVERSION=${PORTVERSION}
-BUILD_TYPE= ${defined(WITH_DEBUG) :?Debug :Release}
+BUILD_TYPE= ${defined(WITH_DEBUG) :?Debug:Release}
OPTIONS_DEFINE= OPTIMIZED_CFLAGS