diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-09-16 21:12:50 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-09-16 21:12:50 +0000 |
commit | 12b94e51e5fbf11a9b35670263b724fa3788b56b (patch) | |
tree | 5b486197d71ac6ad8f7475312f8fc03ef3cce26e /japanese/lookup-xemacs | |
parent | 1fe6c5452873e8877f3d83976fcb292ca325e09b (diff) | |
download | ports-12b94e51e5fbf11a9b35670263b724fa3788b56b.tar.gz ports-12b94e51e5fbf11a9b35670263b724fa3788b56b.zip |
Mark this FORBIDDEN for parallel package build, the hang is back.
Notes
Notes:
svn path=/head/; revision=32732
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 4d380766ba62..5b515f4c7112 100644 --- a/japanese/lookup-xemacs/Makefile +++ b/japanese/lookup-xemacs/Makefile @@ -8,4 +8,8 @@ MASTERDIR= ${.CURDIR}/../lookup-mule EMACS_PORT_NAME=xemacs21-mule +.if defined(PARALLEL_PACKAGE_BUILD) +FORBIDDEN= hang +.endif + .include "${MASTERDIR}/Makefile" |