summaryrefslogtreecommitdiff
path: root/japanese
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 /japanese
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 'japanese')
-rw-r--r--japanese/lookup-xemacs/Makefile4
1 files changed, 4 insertions, 0 deletions
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"