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. --- print/yatex-xemacs-mule/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'print/yatex-xemacs-mule') 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" -- cgit v1.2.3