diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2009-03-26 03:41:54 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2009-03-26 03:41:54 +0000 |
commit | 9c1c1001e29cbe45980642adfeb17db2519ca392 (patch) | |
tree | bc5cf146342a11ed26218317dca9d551be853d9e /archivers | |
parent | 53fbc9426f89ef19ea0467ec9fac355ed80d1d8c (diff) | |
download | ports-9c1c1001e29cbe45980642adfeb17db2519ca392.tar.gz ports-9c1c1001e29cbe45980642adfeb17db2519ca392.zip |
Mark MAKE_JOBS_SAFE for SMP compilation
Notes
Notes:
svn path=/head/; revision=231031
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/zipmix/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/archivers/zipmix/Makefile b/archivers/zipmix/Makefile index ce68a0824f75..327472391afd 100644 --- a/archivers/zipmix/Makefile +++ b/archivers/zipmix/Makefile @@ -17,6 +17,7 @@ COMMENT= Produce a .ZIP file from 2 other ones with the best compressed files USE_DOS2UNIX= yes USE_ZIP= yes NO_WRKSUBDIR= yes +MAKE_JOBS_SAFE= yes PLIST_FILES= bin/${PORTNAME} |