- MAKE_JOBS_SAFE -> MAKE_JOBS_UNSAFE

Reported by:	pointyhat
This commit is contained in:
Pav Lucistnik 2009-05-19 11:52:55 +00:00
parent 42a1df4952
commit fa202abeb5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=234199

View File

@ -34,6 +34,8 @@ MAN1= jed.1 rgrep.1
INFO= jed
.endif
MAKE_JOBS_UNSAFE= yes
JED_ROOT= ${DATADIR}
BINSTUFF= jed rgrep
@ -47,8 +49,6 @@ CONFIGURE_ARGS+= --with-canna=no
.else
CONFIGURE_ARGS+= --with-canna=yes
LIB_DEPENDS+= canna.1:${PORTSDIR}/japanese/canna-lib
MAKE_JOBS_SAFE= yes
.endif
.if defined(WITHOUT_X11)