- Mark MAKE_JOBS_UNSAFE

PR:		137462
Submitted by:	myself
Approved by:	Quincey Koziol <koziol@hdfgroup.org> (maintainer)
This commit is contained in:
Dmitry Marakasov 2009-08-06 14:48:21 +00:00
parent 9491089d1e
commit f4e8c82d19
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=239032

View File

@ -32,6 +32,7 @@ CONFIGURE_ARGS= --disable-debug \
--with-ssl=/usr \
--with-zlib=/usr
ALL_TARGET= lib progs
MAKE_JOBS_UNSAFE= yes
.include <bsd.port.pre.mk>