diff options
author | asami <asami@FreeBSD.org> | 2000-09-17 05:12:50 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-09-17 05:12:50 +0800 |
commit | 20798afed5dac522ba7b6e633060b2cd9d3c3133 (patch) | |
tree | 144e646b9ed21d2c0274a4696b805dde1d5f127b /japanese/lookup-xemacs/Makefile | |
parent | 5887f91fdcf83974e27cff8e87754e7f3656dbf0 (diff) | |
download | freebsd-ports-gnome-20798afed5dac522ba7b6e633060b2cd9d3c3133.tar.gz freebsd-ports-gnome-20798afed5dac522ba7b6e633060b2cd9d3c3133.tar.zst freebsd-ports-gnome-20798afed5dac522ba7b6e633060b2cd9d3c3133.zip |
Mark this FORBIDDEN for parallel package build, the hang is back.
Diffstat (limited to 'japanese/lookup-xemacs/Makefile')
-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" |