summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1999-09-18 10:04:08 +0000
committerSatoshi Asami <asami@FreeBSD.org>1999-09-18 10:04:08 +0000
commit22404e58846edfaa88f4aceb0e42a4185ceaeb86 (patch)
tree2d993dc70808e3ee0ca7b4fc32ba099be205e8d4 /editors
parentNew port of the keynote trust-management system (currently an IETF draft). (diff)
Don't build these if PARALLEL_PACKAGE_BUILD is set -- the new xemacs seems
to hang forever.
Notes
Notes: svn path=/head/; revision=21713
Diffstat (limited to 'editors')
-rw-r--r--editors/apel-xemacs21-mule/Makefile4
1 files changed, 4 insertions, 0 deletions
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>