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