diff options
author | asami <asami@FreeBSD.org> | 1999-10-25 23:39:38 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1999-10-25 23:39:38 +0000 |
commit | c0d8604ede51a3b6f3dff7608e62c2907a775724 (patch) | |
tree | e10230e5ff6cd7910fe5d139638b40bb99f4df14 /japanese/lookup-xemacs | |
parent | 7a8893380a69c0e0380b133622502a9b5682a3ac (diff) | |
download | FreeBSD-ports-c0d8604ede51a3b6f3dff7608e62c2907a775724.zip FreeBSD-ports-c0d8604ede51a3b6f3dff7608e62c2907a775724.tar.gz |
Mark these FORBIDDEN for parallel package build, they're hanging again.
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 9ace668..b90bb65 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" |