git: 84b133749258 - main - security/gvm-libs: Add missing dependencies
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 24 Dec 2024 05:20:15 UTC
The branch main has been updated by acm: URL: https://cgit.FreeBSD.org/ports/commit/?id=84b13374925830df87b0276f8afbfd653a16f112 commit 84b13374925830df87b0276f8afbfd653a16f112 Author: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> AuthorDate: 2024-12-24 05:09:56 +0000 Commit: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> CommitDate: 2024-12-24 05:20:02 +0000 security/gvm-libs: Add missing dependencies Reported by: pkg-fallout --- security/gvm-libs/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/security/gvm-libs/Makefile b/security/gvm-libs/Makefile index 095a095a3e06..66f4ddb2f812 100644 --- a/security/gvm-libs/Makefile +++ b/security/gvm-libs/Makefile @@ -21,7 +21,9 @@ LIB_DEPENDS= libassuan.so:security/libassuan \ libnet.so:net/libnet \ libpaho-mqtt3a.so:net/libpaho-mqtt3 \ libssh.so:security/libssh \ - libuuid.so:misc/e2fsprogs-libuuid + libuuid.so:misc/e2fsprogs-libuuid \ + libjson-glib-1.0.so:devel/json-glib \ + libcurl.so:ftp/curl RUN_DEPENDS= doxygen>0:devel/doxygen USES= cmake gnome pkgconfig