diff options
| author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2009-07-08 19:07:04 +0000 |
|---|---|---|
| committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2009-07-08 19:07:04 +0000 |
| commit | 29d695a4dd682d8fde72b43d4189b1dd5aa5501c (patch) | |
| tree | e5377acb050d789e263131c269e7918fa78f62b7 /lang/python/Makefile | |
| parent | 5eeadd9cd10e851eed27b0a8ffee0f925b0c51d6 (diff) | |
Notes
Diffstat (limited to 'lang/python/Makefile')
| -rw-r--r-- | lang/python/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/python/Makefile b/lang/python/Makefile index 77e04b526742..a9d98dba9fef 100644 --- a/lang/python/Makefile +++ b/lang/python/Makefile @@ -32,7 +32,7 @@ XARGS_CMD= ${XARGS} -0 PORTUPGRADE_CMD= ${LOCALBASE}/sbin/portmaster PORTUPGRADE_ARGS?= "" PKG_WHICH_CMD= /usr/sbin/pkg_info -qW -JOBS= sysctl -n kern.smp.cpus +JOBS= ${SYSCTL} -n kern.smp.cpus XARGS_CMD= ${XARGS} -L 1 -0 -P $$(${JOBS}) .endif |
