archivers/zstd is no longer jobs safe.

I'm not sure what happened since the previous release, but now object
files are used before they are created (e.g. decompress directory)
This commit is contained in:
John Marino 2016-11-05 23:36:21 +00:00
parent 8d679fe180
commit 043c2ed1d1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=425457

View file

@ -23,5 +23,6 @@ MAKE_ARGS= MANDIR="${PREFIX}/man/man1" \
INCLUDEDIR="${PREFIX}/include"
BROKEN_FreeBSD_9= missing builtin bswap32 and bswap64
MAKE_JOBS_UNSAFE= yes
.include <bsd.port.mk>