diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-12 16:32:50 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-12 16:32:50 +0000 |
commit | 5fc436eeb73c04c25335a497b901a8109c6b6ce7 (patch) | |
tree | d63f9a5d150388befcbc43cb695438b8886e44d7 /japanese/gawk | |
parent | Mark as jobs unsafe (diff) |
Mark as jobs unsafe
Notes
Notes:
svn path=/head/; revision=322852
Diffstat (limited to 'japanese/gawk')
-rw-r--r-- | japanese/gawk/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/japanese/gawk/Makefile b/japanese/gawk/Makefile index f0dd2aebdb61..0b31e4aaaf59 100644 --- a/japanese/gawk/Makefile +++ b/japanese/gawk/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: gawk+mb -# Date created: 5 April 1995 -# Whom: Nobuhiro Yasutomi <nobu@psrc.isac.co.jp> -# +# Created by: Nobuhiro Yasutomi <nobu@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 |