diff options
author | John Marino <marino@FreeBSD.org> | 2015-12-16 00:29:43 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2015-12-16 00:29:43 +0000 |
commit | 70121e9c3301db2abc8af784d2ae4c8b9c20c497 (patch) | |
tree | 4558f1f826ccace5cedfdb8346b89fb7b428ee7d | |
parent | - Update to 0.8 (diff) |
www/dtse is not jobs safe
This port has failed on me at least twice.
It's trying to build object files before the "object" directory
is created.
-rw-r--r-- | www/dtse/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/dtse/Makefile b/www/dtse/Makefile index 551ee0924695..939693de956c 100644 --- a/www/dtse/Makefile +++ b/www/dtse/Makefile @@ -33,6 +33,8 @@ MAKEFILE= GNUmakefile WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +MAKE_JOBS_UNSAFE= yes + pre-configure: cd ${WRKSRC}; ${SH} autogen.sh |