svn commit: r560543 - head/security/gvmd

Jose Alonso Cardenas Marquez acm at FreeBSD.org
Wed Jan 6 16:54:18 UTC 2021


Author: acm
Date: Wed Jan  6 16:54:18 2021
New Revision: 560543
URL: https://svnweb.freebsd.org/changeset/ports/560543

Log:
  - Fix build
  
  PR:		245992
  Reported by:	ltning-freebsd at anduin.net

Modified:
  head/security/gvmd/Makefile

Modified: head/security/gvmd/Makefile
==============================================================================
--- head/security/gvmd/Makefile	Wed Jan  6 16:52:34 2021	(r560542)
+++ head/security/gvmd/Makefile	Wed Jan  6 16:54:18 2021	(r560543)
@@ -24,12 +24,13 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}lxml>0:devel/py-lx
 		gpg:security/gnupg \
 		xml:textproc/xmlstarlet \
 		sshpass:security/sshpass \
-		socat:net/socat
+		socat:net/socat \
+		zip:archivers/zip
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	greenbone
 
-USES=		cmake gnome pkgconfig pgsql python samba:run zip
+USES=		cmake gnome pkgconfig pgsql python samba:run
 USE_GNOME=	glib20 libxslt:build
 USE_LDCONFIG=	yes
 


More information about the svn-ports-all mailing list