diff options
author | asami <asami@FreeBSD.org> | 1999-09-30 05:48:03 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1999-09-30 05:48:03 +0800 |
commit | 12783d24a52a3bb1e8d27ba1db8c9333dc992dea (patch) | |
tree | e532c7a926cbae28c1683bcf14773acb221c8879 /japanese/lookup-xemacs/Makefile | |
parent | 070865bbb71ec7bea5c26868c7d1749b9bda47ef (diff) | |
download | freebsd-ports-gnome-12783d24a52a3bb1e8d27ba1db8c9333dc992dea.tar.gz freebsd-ports-gnome-12783d24a52a3bb1e8d27ba1db8c9333dc992dea.tar.zst freebsd-ports-gnome-12783d24a52a3bb1e8d27ba1db8c9333dc992dea.zip |
I spoke too soon, they are still hanging....
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 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" |