diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-11-19 22:07:43 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-11-19 22:07:43 +0000 |
commit | 07b27888644efc66d4ed412de3c7ba9d7b2b54af (patch) | |
tree | d57c864005baed96c03a9d962fb4dbe250891caf /editors/e93 | |
parent | f155fbddef259ee56ccb70f0869df0f468f1e2a5 (diff) |
Notes
Diffstat (limited to 'editors/e93')
-rw-r--r-- | editors/e93/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/e93/Makefile b/editors/e93/Makefile index c6e83d2be75a..ead0c83cdbdf 100644 --- a/editors/e93/Makefile +++ b/editors/e93/Makefile @@ -22,6 +22,7 @@ USE_TK= 84 USE_TK_BUILD= 84 USE_XORG= x11 xt WRKSRC= ${WRKDIR}/${PORTNAME} +MAKE_JOBS_UNSAFE= yes post-patch: @${REINPLACE_CMD} 's|wish|wish${TK_VER}|' ${WRKSRC}/e93r |