svn commit: r322927 - head/sysutils/cromwell

Baptiste Daroussin bapt at FreeBSD.org
Sat Jul 13 13:33:35 UTC 2013


Author: bapt
Date: Sat Jul 13 13:33:34 2013
New Revision: 322927
URL: http://svnweb.freebsd.org/changeset/ports/322927

Log:
  Mark jobs unsafe

Modified:
  head/sysutils/cromwell/Makefile

Modified: head/sysutils/cromwell/Makefile
==============================================================================
--- head/sysutils/cromwell/Makefile	Sat Jul 13 13:32:48 2013	(r322926)
+++ head/sysutils/cromwell/Makefile	Sat Jul 13 13:33:34 2013	(r322927)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	cromwell
-# Date created:				8 March 2006
-# Whom:					Rink Springer <rink at FreeBSD.org>
-#
+# Created by: Rink Springer <rink at FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	cromwell
 PORTVERSION=	20060308
@@ -40,7 +36,8 @@ ONLY_FOR_ARCHS=		i386
 
 WRKSRC=			${WRKDIR}/cromwell
 USE_BZIP2=		yes
-USE_GMAKE=		yes
+USES=			gmake
+MAKE_JOBS_UNSAFE=	yes
 
 post-patch:
 	@${REINPLACE_CMD} -e 's,perl,${PERL},g' \


More information about the svn-ports-all mailing list