summaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authoragc <agc>2007-11-04 15:58:24 +0000
committeragc <agc>2007-11-04 15:58:24 +0000
commiteac31d24761974766493d74d1ed5fa1ab5345afc (patch)
tree223cbf4d2655ff813c61e1eeedbd7970c3e2030e /shells
parent3894dadf678d01bdc2979ac9941345c82b80f381 (diff)
downloadpkgsrc-eac31d24761974766493d74d1ed5fa1ab5345afc.tar.gz
Mark zsh packages as MAKE_JOBS_SAFE=no (from ASau in pkgthon).
Diffstat (limited to 'shells')
-rw-r--r--shells/zsh/Makefile.common3
1 files changed, 2 insertions, 1 deletions
diff --git a/shells/zsh/Makefile.common b/shells/zsh/Makefile.common
index df7e0382401..2cae147fa01 100644
--- a/shells/zsh/Makefile.common
+++ b/shells/zsh/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.43 2007/08/24 15:20:43 taca Exp $
+# $NetBSD: Makefile.common,v 1.44 2007/11/04 15:58:24 agc Exp $
DISTNAME= zsh-${ZSH_VERSION}
CATEGORIES= shells
@@ -31,6 +31,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews
.sinclude "options.mk"
BUILD_DEFS+= ZSH_STATIC
+MAKE_JOBS_SAFE= no
.if defined(ZSH_STATIC) && !empty(ZSH_STATIC:M[Yy][Ee][Ss])
CONFIGURE_ARGS+= --disable-dynamic