diff options
Diffstat (limited to 'editors/ne')
-rw-r--r-- | editors/ne/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/editors/ne/Makefile b/editors/ne/Makefile index efa87d7dcdf..9b3cf730983 100644 --- a/editors/ne/Makefile +++ b/editors/ne/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2008/03/03 18:25:53 jlam Exp $ +# $NetBSD: Makefile,v 1.13 2009/06/30 00:07:14 joerg Exp $ DISTNAME= ne-1.31 CATEGORIES= editors @@ -10,6 +10,8 @@ COMMENT= Re-write of Phoenix E. A sensible light-weight editor PKG_DESTDIR_SUPPORT= user-destdir +MAKE_JOBS_SAFE= no + DIST_SUBDIR= ${PKGNAME_NOREV} WRKSRC= ${WRKDIR}/src |