git: 13897196d58f - main - security/openvas: Fix build
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 24 Dec 2024 05:20:16 UTC
The branch main has been updated by acm: URL: https://cgit.FreeBSD.org/ports/commit/?id=13897196d58f0ae0f9b6f8375eb40b4cddcdad15 commit 13897196d58f0ae0f9b6f8375eb40b4cddcdad15 Author: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> AuthorDate: 2024-12-24 05:13:16 +0000 Commit: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> CommitDate: 2024-12-24 05:20:02 +0000 security/openvas: Fix build - Use heimdal like kerberos dependency --- security/openvas/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/security/openvas/Makefile b/security/openvas/Makefile index e7f4154c76bf..e168d5da7f0f 100644 --- a/security/openvas/Makefile +++ b/security/openvas/Makefile @@ -28,7 +28,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}impacket>=0:net/py-impacket@${PY_FLAVOR} \ rsync:net/rsync \ nmap:security/nmap -USES= bison cmake gnome gssapi:base,flags pkgconfig python ssl +USES= bison cmake gnome gssapi:heimdal pkgconfig python ssl USE_GITHUB= yes GH_ACCOUNT= greenbone GH_PROJECT= ${PORTNAME}-scanner