From 22404e58846edfaa88f4aceb0e42a4185ceaeb86 Mon Sep 17 00:00:00 2001 From: Satoshi Asami Date: Sat, 18 Sep 1999 10:04:08 +0000 Subject: [PATCH] Don't build these if PARALLEL_PACKAGE_BUILD is set -- the new xemacs seems to hang forever. --- editors/apel-xemacs21-mule/Makefile | 4 ++++ japanese/lookup-xemacs/Makefile | 4 ++++ print/yatex-xemacs-mule/Makefile | 4 ++++ 3 files changed, 12 insertions(+) diff --git a/editors/apel-xemacs21-mule/Makefile b/editors/apel-xemacs21-mule/Makefile index b0c6d8cd5de2..8be3790495ee 100644 --- a/editors/apel-xemacs21-mule/Makefile +++ b/editors/apel-xemacs21-mule/Makefile @@ -34,4 +34,8 @@ MANIFEST= MANIFEST.apel # package documents APELDOCDIR= ${EMACS_PACKAGESDIR}/lisp/apel +.if defined(PARALLEL_PACKAGE_BUILD) +FORBIDDEN= hang +.endif + .include <${MASTERDIR}/Makefile> 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" diff --git a/print/yatex-xemacs-mule/Makefile b/print/yatex-xemacs-mule/Makefile index 649a6fecb061..01008a7baf38 100644 --- a/print/yatex-xemacs-mule/Makefile +++ b/print/yatex-xemacs-mule/Makefile @@ -14,4 +14,8 @@ MASTERDIR= ${.CURDIR}/../yatex COMMENT= ${.CURDIR}/pkg/COMMENT PLIST= ${.CURDIR}/pkg/PLIST +.if defined(PARALLEL_PACKAGE_BUILD) +FORBIDDEN= hang +.endif + .include "${MASTERDIR}/Makefile"