diff options
author | asami <asami@FreeBSD.org> | 1999-09-30 05:48:03 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1999-09-30 05:48:03 +0800 |
commit | 12783d24a52a3bb1e8d27ba1db8c9333dc992dea (patch) | |
tree | e532c7a926cbae28c1683bcf14773acb221c8879 /print/yatex-xemacs-mule | |
parent | 070865bbb71ec7bea5c26868c7d1749b9bda47ef (diff) | |
download | freebsd-ports-gnome-12783d24a52a3bb1e8d27ba1db8c9333dc992dea.tar.gz freebsd-ports-gnome-12783d24a52a3bb1e8d27ba1db8c9333dc992dea.tar.zst freebsd-ports-gnome-12783d24a52a3bb1e8d27ba1db8c9333dc992dea.zip |
I spoke too soon, they are still hanging....
Diffstat (limited to 'print/yatex-xemacs-mule')
-rw-r--r-- | print/yatex-xemacs-mule/Makefile | 4 |
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" |