From 22404e58846edfaa88f4aceb0e42a4185ceaeb86 Mon Sep 17 00:00:00 2001 From: Satoshi Asami Date: Sat, 18 Sep 1999 10:04:08 +0000 Subject: Don't build these if PARALLEL_PACKAGE_BUILD is set -- the new xemacs seems to hang forever. --- japanese/lookup-xemacs/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'japanese') diff --git a/japanese/lookup-xemacs/Makefile b/japanese/lookup-xemacs/Makefile index a70b12dc76b1..e57cc75c1db4 100644 --- a/japanese/lookup-xemacs/Makefile +++ b/japanese/lookup-xemacs/Makefile @@ -13,5 +13,9 @@ EMACS= xemacs ELISPDIR= ${PREFIX}/lib/xemacs/site-lisp/lookup PORTINFODIR= ${PREFIX}/lib/xemacs/info +.if defined(PARALLEL_PACKAGE_BUILD) +FORBIDDEN= hang +.endif + .include "${MASTERDIR}/Makefile" -- cgit v1.2.3