diff options
author | John Marino <marino@FreeBSD.org> | 2014-10-01 10:03:11 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2014-10-01 10:03:11 +0000 |
commit | 87bfc6aa71b071441a2e16ab3b0301e9dc11e91e (patch) | |
tree | 77eaa629434614bcb48eacbd476d2f56dd23851a /japanese | |
parent | 20d2c4c68fff75f5549a6ec295cbc817ba7e1486 (diff) |
japanese/slrn is not jobs safe
It can try to use config.h before it's generated.
Notes
Notes:
svn path=/head/; revision=369710
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/slrn/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/japanese/slrn/Makefile b/japanese/slrn/Makefile index cb5d924afaf2..564d82abb20c 100644 --- a/japanese/slrn/Makefile +++ b/japanese/slrn/Makefile @@ -27,6 +27,8 @@ ALL_TARGET= all slrnpull WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} JDOCSRC= ${WRKDIR}/${PORTNAME}-doc-j0.9.5.6-0 +MAKE_JOBS_UNSAFE= yes + # Tentatively improve inner makefiles in attempt to fix parallel builds post-patch: @${REINPLACE_CMD} -e 's|-mkdir|mkdir -p| ; \ |