svn commit: r342815 - head/security/openvas-client

John Marino marino at FreeBSD.org
Wed Feb 5 18:41:33 UTC 2014


Author: marino
Date: Wed Feb  5 18:41:33 2014
New Revision: 342815
URL: http://svnweb.freebsd.org/changeset/ports/342815
QAT: https://qat.redports.org/buildarchive/r342815/

Log:
  security/openvas-client: Mark jobs unsafe

Modified:
  head/security/openvas-client/Makefile

Modified: head/security/openvas-client/Makefile
==============================================================================
--- head/security/openvas-client/Makefile	Wed Feb  5 18:35:40 2014	(r342814)
+++ head/security/openvas-client/Makefile	Wed Feb  5 18:41:33 2014	(r342815)
@@ -8,7 +8,7 @@ CATEGORIES=	security
 MASTER_SITES=	http://wald.intevation.org/frs/download.php/595/
 
 MAINTAINER=	ports at FreeBSD.org
-COMMENT=	A GUI client for OpenVAS
+COMMENT=	GUI client for OpenVAS
 
 MAN1=		OpenVAS-Client.1 openvasclient-mkcert.1
 
@@ -16,6 +16,8 @@ GNU_CONFIGURE=	yes
 USES=		gmake pkgconfig
 USE_GNOME=	gtk20
 
+MAKE_JOBS_UNSAFE=yes
+
 NO_STAGE=	yes
 .include "${.CURDIR}/../../security/openvas-libraries/Makefile.common"
 


More information about the svn-ports-all mailing list