diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1999-09-29 21:48:03 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1999-09-29 21:48:03 +0000 |
commit | ad758d8fbfae3ad1f53771739b6393fbdf1b22ff (patch) | |
tree | 32576d8bd1991442ebec83730b23fbb3b2c9c6e7 /japanese/lookup-xemacs | |
parent | 2ccff46a2ce9ede5734dbf38820ab0b76ff8d696 (diff) | |
download | ports-ad758d8fbfae3ad1f53771739b6393fbdf1b22ff.tar.gz ports-ad758d8fbfae3ad1f53771739b6393fbdf1b22ff.zip |
I spoke too soon, they are still hanging....
Notes
Notes:
svn path=/head/; revision=22074
Diffstat (limited to 'japanese/lookup-xemacs')
-rw-r--r-- | japanese/lookup-xemacs/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/japanese/lookup-xemacs/Makefile b/japanese/lookup-xemacs/Makefile index 9ace6682d05a..b90bb65abc65 100644 --- a/japanese/lookup-xemacs/Makefile +++ b/japanese/lookup-xemacs/Makefile @@ -11,4 +11,8 @@ PKGNAME= ja-lookup-xemacs-1.0 MASTERDIR= ${.CURDIR}/../lookup-mule EMACS= xemacs +.if defined(PARALLEL_PACKAGE_BUILD) +FORBIDDEN= hang +.endif + .include "${MASTERDIR}/Makefile" |