Mark MAKE_JOBS_UNSAFE due to a makefile race condition.

PR:		237874
Submitted by:	pkubaj@FreeBSD.org
This commit is contained in:
Emanuel Haupt
2019-05-13 12:31:49 +00:00
parent 613010f76f
commit e315823b1a

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>