From b30c19bf13a261b33e09a1e378682e3bfb028219 Mon Sep 17 00:00:00 2001 From: Jose Alonso Cardenas Marquez Date: Mon, 23 Dec 2024 21:13:16 -0800 Subject: [PATCH] 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