git: af7ebcceef12 - main - security/json-glib: add missing dependency
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 02 Aug 2022 18:13:13 UTC
The branch main has been updated by acm:
URL: https://cgit.FreeBSD.org/ports/commit/?id=af7ebcceef12157b68350519b74983da738975d1
commit af7ebcceef12157b68350519b74983da738975d1
Author: Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
AuthorDate: 2022-08-02 18:04:37 +0000
Commit: Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
CommitDate: 2022-08-02 18:04:37 +0000
security/json-glib: add missing dependency
- Add devel/json-glib like a dependency
- Fix build
Reported by: pkg-fallout
---
security/openvas/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/security/openvas/Makefile b/security/openvas/Makefile
index de63c8d92032..33e380328be1 100644
--- a/security/openvas/Makefile
+++ b/security/openvas/Makefile
@@ -16,7 +16,8 @@ LIB_DEPENDS= libgvm_base.so:security/gvm-libs \
libgpgme.so:security/gpgme \
libssh.so:security/libssh \
libgnutls.so:security/gnutls \
- libnetsnmp.so:net-mgmt/net-snmp
+ libnetsnmp.so:net-mgmt/net-snmp \
+ libjson-glib-1.0.so:devel/json-glib
RUN_DEPENDS= redis-server:databases/redis \
snmpget:net-mgmt/net-snmp \
rsync:net/rsync \