diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1999-10-25 23:39:38 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1999-10-25 23:39:38 +0000 |
commit | 192de0a9a62d9b2fbe26daace6795bac2c463b2c (patch) | |
tree | 8b2ffc3f934fc7597259743c233c38eee7bd97fb /print/yatex-xemacs-mule | |
parent | adfcda42e44b93391fd5e1e47263b9a4b7390f06 (diff) | |
download | ports-192de0a9a62d9b2fbe26daace6795bac2c463b2c.tar.gz ports-192de0a9a62d9b2fbe26daace6795bac2c463b2c.zip |
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 d0485e31737a..5d6070263c3d 100644 --- a/print/yatex-xemacs-mule/Makefile +++ b/print/yatex-xemacs-mule/Makefile @@ -13,4 +13,8 @@ XEMACS-MULE= yes MASTERDIR= ${.CURDIR}/../yatex COMMENT= ${.CURDIR}/pkg/COMMENT +.if defined(PARALLEL_PACKAGE_BUILD) +FORBIDDEN= hang +.endif + .include "${MASTERDIR}/Makefile" |