diff options
author | tnn <tnn@pkgsrc.org> | 2008-10-21 18:25:48 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2008-10-21 18:25:48 +0000 |
commit | a0e53631fd60c546fcaefb8d6c5ffbac7e4f5d50 (patch) | |
tree | ef2764085cbb14c22d72785fc73321b4a968aaf6 /textproc | |
parent | c32cc0e3f6aba2ea35c5b3f5bdda71a9924e4ed6 (diff) | |
download | pkgsrc-a0e53631fd60c546fcaefb8d6c5ffbac7e4f5d50.tar.gz |
MAKE_JOBS_SAFE=no
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/ispell-base/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/ispell-base/Makefile b/textproc/ispell-base/Makefile index 3b29412162f..e98d65eb5fa 100644 --- a/textproc/ispell-base/Makefile +++ b/textproc/ispell-base/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2007/10/17 00:00:54 tnn Exp $ +# $NetBSD: Makefile,v 1.32 2008/10/21 18:25:48 tnn Exp $ # DISTNAME= ispell-3.3.02 @@ -16,6 +16,7 @@ USE_TOOLS+= mktemp:run yacc INSTALLATION_DIRS= bin lib ${PKGMANDIR}/man1 ${PKGMANDIR}/man5 MAKE_FLAGS+= TMPDIR=${WRKDIR:Q} +MAKE_JOBS_SAFE= no .include "../../mk/bsd.prefs.mk" |