diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1999-09-18 10:04:08 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1999-09-18 10:04:08 +0000 |
commit | 22404e58846edfaa88f4aceb0e42a4185ceaeb86 (patch) | |
tree | 2d993dc70808e3ee0ca7b4fc32ba099be205e8d4 /print/yatex-xemacs-mule | |
parent | 70742357c3bfa9c09d067f03e35b58e2a9b48ba6 (diff) |
Notes
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" |