diff options
-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" |