diff options
author | joerg <joerg@pkgsrc.org> | 2009-06-30 00:07:09 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-06-30 00:07:09 +0000 |
commit | 76f5c1b551cbcd541f91513d7a6a47d8886bb5d7 (patch) | |
tree | dc8b846be5ce41fc91fa6fa283850ad5bd6918c8 /editors/jed | |
parent | 5dc417f76ada55decbc0adce66fb18090d84d28e (diff) | |
download | pkgsrc-76f5c1b551cbcd541f91513d7a6a47d8886bb5d7.tar.gz |
Mark packages as MAKE_JOBS_SAFE=no that failed in a bulk build with
MAKE_JOBS=2 and worked without.
Diffstat (limited to 'editors/jed')
-rw-r--r-- | editors/jed/Makefile.common | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/editors/jed/Makefile.common b/editors/jed/Makefile.common index a455e6a77d5..c712872cc62 100644 --- a/editors/jed/Makefile.common +++ b/editors/jed/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.6 2009/06/12 22:41:32 zafer Exp $ +# $NetBSD: Makefile.common,v 1.7 2009/06/30 00:07:14 joerg Exp $ # DISTNAME= jed-0.99-16 CATEGORIES= editors @@ -12,6 +12,8 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= joerg@gmx.net HOMEPAGE= http://www.jedsoft.org/jed/ +MAKE_JOBS_SAFE= no + GNU_CONFIGURE= yes EGDIR= ${PREFIX}/share/examples/jed |