diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1999-09-18 10:04:08 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1999-09-18 10:04:08 +0000 |
commit | 22404e58846edfaa88f4aceb0e42a4185ceaeb86 (patch) | |
tree | 2d993dc70808e3ee0ca7b4fc32ba099be205e8d4 /japanese/lookup-xemacs/Makefile | |
parent | 70742357c3bfa9c09d067f03e35b58e2a9b48ba6 (diff) | |
download | ports-22404e58846edfaa88f4aceb0e42a4185ceaeb86.tar.gz ports-22404e58846edfaa88f4aceb0e42a4185ceaeb86.zip |
Notes
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 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" |