Date: Wed, 10 Jul 2013 11:58:47 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r322674 - head/security/bugs Message-ID: <201307101158.r6ABwlCb018241@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Wed Jul 10 11:58:46 2013 New Revision: 322674 URL: http://svnweb.freebsd.org/changeset/ports/322674 Log: Mark jobs unsafe and convert to USES=gmake Modified: head/security/bugs/Makefile Modified: head/security/bugs/Makefile ============================================================================== --- head/security/bugs/Makefile Wed Jul 10 11:57:49 2013 (r322673) +++ head/security/bugs/Makefile Wed Jul 10 11:58:46 2013 (r322674) @@ -1,9 +1,5 @@ -# New ports collection makefile for: bugs -# Date created: 20 June 1998 -# Whom: Stephane Legrand -# +# Created by: Stephane Legrand # $FreeBSD$ -# PORTNAME= bugs PORTVERSION= 4.1.1 @@ -18,7 +14,9 @@ COMMENT= Great cryptography library and LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -USE_GMAKE= yes +USES= gmake + +MAKE_JOBS_UNSAFE= yes PLIST_SUB= PORTVERSION="${PORTVERSION}"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307101158.r6ABwlCb018241>