MFH: r501560

Mark MAKE_JOBS_UNSAFE due to a makefile race condition.

PR:		237874
Submitted by:	pkubaj@FreeBSD.org
Approved by:	ports-secteam (blanket)
This commit is contained in:
Emanuel Haupt 2019-05-14 08:50:24 +00:00
parent 5d50a2a54c
commit 9dbc56742e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/branches/2019Q2/; revision=501633

View File

@ -22,4 +22,6 @@ PORTDOCS= README changes.txt lesskeys.rc most-fun.txt most.rc most.txt
OPTIONS_DEFINE= DOCS
MAKE_JOBS_UNSAFE= yes
.include <bsd.port.mk>