svn commit: r322852 - head/japanese/gawk

Baptiste Daroussin bapt at FreeBSD.org
Fri Jul 12 16:32:50 UTC 2013


Author: bapt
Date: Fri Jul 12 16:32:50 2013
New Revision: 322852
URL: http://svnweb.freebsd.org/changeset/ports/322852

Log:
  Mark as jobs unsafe

Modified:
  head/japanese/gawk/Makefile

Modified: head/japanese/gawk/Makefile
==============================================================================
--- head/japanese/gawk/Makefile	Fri Jul 12 16:32:07 2013	(r322851)
+++ head/japanese/gawk/Makefile	Fri Jul 12 16:32:50 2013	(r322852)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	gawk+mb
-# Date created:		5 April 1995
-# Whom:			Nobuhiro Yasutomi <nobu at psrc.isac.co.jp>
-#
+# Created by: Nobuhiro Yasutomi <nobu at psrc.isac.co.jp>
 # $FreeBSD$
-#
 
 PORTNAME=	gawk
 PORTVERSION=	3.0.6
@@ -20,6 +16,7 @@ COMMENT=	GNU awk + multi-byte extension
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--enable-bitops --enable-non-decimal-data
+MAKE_JOBS_UNSAFE=	yes
 
 INFO=		gawk
 


More information about the svn-ports-all mailing list