njrizzo <[email protected]> writes: > i`m have the same problem, and I try to use > MAKE_JOBS_NUMBER=1 in /etc/make.conf and it`s not work
That's not a good idea; it will apply to everything, not just this one port. > I put -DMAKES_JOBS_UNSAFE in make command line too You have an extra 'S' in there; the variable should be MAKE_JOBS_UNSAFE. > make config-recursive fetch-recursive install clean -DMAKES_JOBS_UNSAFE With default options and an up-to-date RELENG_9 and ports tree, that works fine for me (I tried it without the variable definition, but since the variable isn't used in any makefile, that shouldn't make any difference. Sorry, but since the problem seems to be on your end, we can't help you unless you show us enough detail to see what actually went wrong. Saying "it doesn't work" is not enough to figure out *how* it went wrong. _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[email protected]"
