git: 7bc5e76b0ab9 - main - net-im/purple-gowhatsapp: fix up option-descriptions
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 20 Jan 2024 20:35:49 UTC
The branch main has been updated by mi: URL: https://cgit.FreeBSD.org/ports/commit/?id=7bc5e76b0ab9c259c04f9a0bbd42f43053c01c63 commit 7bc5e76b0ab9c259c04f9a0bbd42f43053c01c63 Author: Mikhail Teterin <mi@FreeBSD.org> AuthorDate: 2024-01-20 20:35:24 +0000 Commit: Mikhail Teterin <mi@FreeBSD.org> CommitDate: 2024-01-20 20:35:24 +0000 net-im/purple-gowhatsapp: fix up option-descriptions --- net-im/purple-gowhatsapp/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-im/purple-gowhatsapp/Makefile b/net-im/purple-gowhatsapp/Makefile index c04ecd199d16..0fee2fc6f3f4 100644 --- a/net-im/purple-gowhatsapp/Makefile +++ b/net-im/purple-gowhatsapp/Makefile @@ -18,7 +18,7 @@ USES= go:no_targets cmake dos2unix OPTIONS_MULTI= DB-backend OPTIONS_MULTI_DB-backend= SQLITE3 POSTGRES MYSQL OPTIONS_DEFAULT=SQLITE3 -.for o in ${OPTIONS_MULTI_DB} +.for o in ${OPTIONS_MULTI_DB-backend} $o_DESC= Support use of $o for storing account information .endfor