From fa202abeb5c1a28e334e70926f8ada6b71b68e43 Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Tue, 19 May 2009 11:52:55 +0000 Subject: - MAKE_JOBS_SAFE -> MAKE_JOBS_UNSAFE Reported by: pointyhat --- japanese/jed/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/japanese/jed/Makefile b/japanese/jed/Makefile index 6b7a0f7e6aad..9028463a13ea 100644 --- a/japanese/jed/Makefile +++ b/japanese/jed/Makefile @@ -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) -- cgit v1.2.3