diff options
author | bapt <bapt@FreeBSD.org> | 2013-07-13 00:32:50 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-07-13 00:32:50 +0800 |
commit | 5234339fcea2bf9739820e148e377a249dabbcb2 (patch) | |
tree | d63f9a5d150388befcbc43cb695438b8886e44d7 /japanese | |
parent | d562a463a925d6f1c51d3d7d4526cf8637a8206b (diff) | |
download | freebsd-ports-gnome-5234339fcea2bf9739820e148e377a249dabbcb2.tar.gz freebsd-ports-gnome-5234339fcea2bf9739820e148e377a249dabbcb2.tar.zst freebsd-ports-gnome-5234339fcea2bf9739820e148e377a249dabbcb2.zip |
Mark as jobs unsafe
Diffstat (limited to 'japanese')
-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 |