diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2001-08-29 05:15:59 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2001-08-29 05:15:59 +0000 |
commit | 5369e8de81f829214e33c55dae68f22e8c590fc2 (patch) | |
tree | 5dc17ab8d0581cf65eac35d5ecdcb2ad843edc68 /irc | |
parent | d7baa8297a35738675d0f50120b944faf40c5fb5 (diff) | |
download | ports-5369e8de81f829214e33c55dae68f22e8c590fc2.tar.gz ports-5369e8de81f829214e33c55dae68f22e8c590fc2.zip |
Notes
Diffstat (limited to 'irc')
-rw-r--r-- | irc/irchat-pj-xemacs21-mule/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/irc/irchat-pj-xemacs21-mule/Makefile b/irc/irchat-pj-xemacs21-mule/Makefile index 4e00bfe1714b..6ceb95713eb5 100644 --- a/irc/irchat-pj-xemacs21-mule/Makefile +++ b/irc/irchat-pj-xemacs21-mule/Makefile @@ -12,4 +12,8 @@ LISPDIR= lib/xemacs/site-packages/lisp/${PORTNAME} ALL_TARGET= package INSTALL_TARGET= install-package +.if defined(PARALLEL_PACKAGE_BUILD) +FORBIDDEN= hang +.endif + .include <${MASTERDIR}/Makefile> |