diff options
author | joerg <joerg> | 2009-06-30 00:07:09 +0000 |
---|---|---|
committer | joerg <joerg> | 2009-06-30 00:07:09 +0000 |
commit | 915d453db0045bb41306c8a0f63bd5793c799f98 (patch) | |
tree | dc8b846be5ce41fc91fa6fa283850ad5bd6918c8 /editors/sam | |
parent | 75d60fdf9a5c3cdc6a48f098e78a4f5fbb8d820c (diff) | |
download | pkgsrc-915d453db0045bb41306c8a0f63bd5793c799f98.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/sam')
-rw-r--r-- | editors/sam/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/editors/sam/Makefile b/editors/sam/Makefile index bc5163ee48b..d16c4b66d14 100644 --- a/editors/sam/Makefile +++ b/editors/sam/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2007/03/24 19:21:23 joerg Exp $ +# $NetBSD: Makefile,v 1.37 2009/06/30 00:07:14 joerg Exp $ DISTNAME= sam PKGNAME= sam-4.3 @@ -12,6 +12,8 @@ COMMENT= Unix version of Rob Pike's editor for plan9 DEPENDS+= libXgFonts>=1.0nb1:../../fonts/Xg +MAKE_JOBS_SAFE= no + WRKSRC= ${WRKDIR} EXTRACT_CMD= ${GZCAT} ${DOWNLOADED_DISTFILE} | ${SH} |