aboutsummaryrefslogtreecommitdiffstats
path: root/print
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1999-09-18 18:04:08 +0800
committerasami <asami@FreeBSD.org>1999-09-18 18:04:08 +0800
commit48185f9bd5888cc5124c3e71561b2ec24e947192 (patch)
treec39340fbaf9dd853424986a6c6361896ecef32f7 /print
parent4b5bed5075dd7f702d68f01f6f71138c17939e68 (diff)
downloadfreebsd-ports-gnome-48185f9bd5888cc5124c3e71561b2ec24e947192.tar.gz
freebsd-ports-gnome-48185f9bd5888cc5124c3e71561b2ec24e947192.tar.zst
freebsd-ports-gnome-48185f9bd5888cc5124c3e71561b2ec24e947192.zip
Don't build these if PARALLEL_PACKAGE_BUILD is set -- the new xemacs seems
to hang forever.
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"