Date: Wed, 5 Feb 2014 18:41:33 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r342815 - head/security/openvas-client Message-ID: <201402051841.s15IfXeK085255@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402051841.s15IfXeK085255>