diff options
author | hans <hans@pkgsrc.org> | 2011-11-10 21:31:49 +0000 |
---|---|---|
committer | hans <hans@pkgsrc.org> | 2011-11-10 21:31:49 +0000 |
commit | 4be851bc1d36ef3b7b322705b40325c26999c236 (patch) | |
tree | 979538a8ad4c08d0ca2955c16a4db3a518fe3f73 /math | |
parent | 99a42b1a36ee54ee4b3c8f31447477bbdf4d07ec (diff) | |
download | pkgsrc-4be851bc1d36ef3b7b322705b40325c26999c236.tar.gz |
not MAKE_JOBS_SAFE
Diffstat (limited to 'math')
-rw-r--r-- | math/ess/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/ess/Makefile b/math/ess/Makefile index 3b2e09395e4..2ea1acffff2 100644 --- a/math/ess/Makefile +++ b/math/ess/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2010/09/15 08:46:21 markd Exp $ +# $NetBSD: Makefile,v 1.21 2011/11/10 21:31:49 hans Exp $ DISTNAME= ess-5.11 PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME} @@ -16,6 +16,7 @@ USE_TOOLS+= makeinfo perl EMACS_MODULES= base INFO_FILES= # PLIST +MAKE_JOBS_SAFE= no MAKE_ENV+= LISPDIR=${EMACS_LISPPREFIX}/ess MAKEFLAGS+= EMACS=${EMACS_BIN:Q} |