git: 65ea4576e1a8 - main - databases/duckdb: Correction in the options code
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 21 Jun 2022 07:08:28 UTC
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=65ea4576e1a8c1eb5fdf90e071d788d57af183a5
commit 65ea4576e1a8c1eb5fdf90e071d788d57af183a5
Author: Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-06-21 07:06:25 +0000
Commit: Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-06-21 07:08:26 +0000
databases/duckdb: Correction in the options code
---
databases/duckdb/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/databases/duckdb/Makefile b/databases/duckdb/Makefile
index 226d1379784d..1ba4154f02ce 100644
--- a/databases/duckdb/Makefile
+++ b/databases/duckdb/Makefile
@@ -27,10 +27,10 @@ EXTENSIONS_DESC= Extensions:
.for opt in ${OPTIONS_GROUP_EXTENSIONS}
. if "${${opt}_BROKEN}" == ""
OPTIONS_DEFAULT+= ${opt}
-${opt}_DESC= Build the ${opt} extension
+. endif
+${opt}_DESC= Build the ${opt} extension
${opt}_CMAKE_BOOL= BUILD_${opt}_EXTENSION
${opt}_PLIST_FILES= lib/lib${opt:tl}_extension.a
-. endif
.endfor
post-test: # run tests