diff options
author | asami <asami@FreeBSD.org> | 1999-09-18 18:04:08 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1999-09-18 18:04:08 +0800 |
commit | 48185f9bd5888cc5124c3e71561b2ec24e947192 (patch) | |
tree | c39340fbaf9dd853424986a6c6361896ecef32f7 /japanese/lookup-xemacs | |
parent | 4b5bed5075dd7f702d68f01f6f71138c17939e68 (diff) | |
download | freebsd-ports-gnome-48185f9bd5888cc5124c3e71561b2ec24e947192.tar.gz freebsd-ports-gnome-48185f9bd5888cc5124c3e71561b2ec24e947192.tar.zst freebsd-ports-gnome-48185f9bd5888cc5124c3e71561b2ec24e947192.zip |
Don't build these if PARALLEL_PACKAGE_BUILD is set -- the new xemacs seems
to hang forever.
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 a70b12dc76b1..e57cc75c1db4 100644 --- a/japanese/lookup-xemacs/Makefile +++ b/japanese/lookup-xemacs/Makefile @@ -13,5 +13,9 @@ EMACS= xemacs ELISPDIR= ${PREFIX}/lib/xemacs/site-lisp/lookup PORTINFODIR= ${PREFIX}/lib/xemacs/info +.if defined(PARALLEL_PACKAGE_BUILD) +FORBIDDEN= hang +.endif + .include "${MASTERDIR}/Makefile" |