diff options
-rw-r--r-- | archivers/zipmix/Makefile | 1 | ||||
-rw-r--r-- | finance/xtrader/Makefile | 1 |
2 files changed, 2 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} diff --git a/finance/xtrader/Makefile b/finance/xtrader/Makefile index 784c31d96f72..fab0392317f2 100644 --- a/finance/xtrader/Makefile +++ b/finance/xtrader/Makefile @@ -24,6 +24,7 @@ USE_XORG= x11 xpm BUILD_WRKSRC= ${WRKSRC}/${PORTNAME} NO_WRKSUBDIR= yes USE_GMAKE= yes +MAKE_JOBS_SAFE= yes PLIST_FILES= bin/xtrader \ %%DATADIR%%/sample.xt |