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