git: 16577400db6b - main - devel/qca: switch to botan3 instead of deprecated botan2
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 06 Nov 2024 15:56:08 UTC
The branch main has been updated by fluffy: URL: https://cgit.FreeBSD.org/ports/commit/?id=16577400db6bfe9f6c6e37ca963cc41217d7c2e5 commit 16577400db6bfe9f6c6e37ca963cc41217d7c2e5 Author: Dima Panov <fluffy@FreeBSD.org> AuthorDate: 2024-11-06 15:54:24 +0000 Commit: Dima Panov <fluffy@FreeBSD.org> CommitDate: 2024-11-06 15:54:24 +0000 devel/qca: switch to botan3 instead of deprecated botan2 --- devel/qca/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/qca/Makefile b/devel/qca/Makefile index d8c2c8fb614f..de331fd84b04 100644 --- a/devel/qca/Makefile +++ b/devel/qca/Makefile @@ -42,7 +42,7 @@ OPTIONS_DEFAULT=GNUPG OPENSSL OPTIONS_SUB= yes BOTAN_DESC= Build with Botan crypto library -BOTAN_LIB_DEPENDS= libbotan-2.so:security/botan2 +BOTAN_LIB_DEPENDS= libbotan-3.so:security/botan3 BOTAN_CMAKE_ON= -DWITH_botan_PLUGIN=yes GCRYPT_LIB_DEPENDS= libgcrypt.so:security/libgcrypt