diff options
author | nox <nox@FreeBSD.org> | 2009-03-24 04:56:43 +0800 |
---|---|---|
committer | nox <nox@FreeBSD.org> | 2009-03-24 04:56:43 +0800 |
commit | d011e8b9c609014e4af49f6af0f12d7bc02f3cd6 (patch) | |
tree | 79f91056571716bca1f32ca3b7035e7c89ce73f7 /archivers | |
parent | 8d859fdacd63492a5899aebbcfbf75ffaa62c497 (diff) | |
download | freebsd-ports-graphics-d011e8b9c609014e4af49f6af0f12d7bc02f3cd6.tar.gz freebsd-ports-graphics-d011e8b9c609014e4af49f6af0f12d7bc02f3cd6.tar.zst freebsd-ports-graphics-d011e8b9c609014e4af49f6af0f12d7bc02f3cd6.zip |
Mark MAKE_JOBS_UNSAFE
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/p7zip/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/archivers/p7zip/Makefile b/archivers/p7zip/Makefile index ec61208f5a0..30726cd62c5 100644 --- a/archivers/p7zip/Makefile +++ b/archivers/p7zip/Makefile @@ -18,6 +18,7 @@ USE_BZIP2= yes MAKEFILE= makefile WRKSRC= ${WRKDIR}/${PORTNAME}_${PORTVERSION} MAN1= 7z.1 7za.1 7zr.1 p7zip.1 +MAKE_JOBS_UNSAFE= yes DLLDIR= ${PREFIX}/libexec/p7zip PLIST_SUB= MODULES="" |