diff options
author | asami <asami@FreeBSD.org> | 2001-08-29 05:15:59 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2001-08-29 05:15:59 +0000 |
commit | 871bbd92b1e97221959c894f3066cebe28a06931 (patch) | |
tree | 3590d7c123b83b2f7d3392df2c06ee32ce4bdc0e /irc | |
parent | d5f6176e38bd21bfcef7d8c55c9916df52567e19 (diff) | |
download | FreeBSD-ports-871bbd92b1e97221959c894f3066cebe28a06931.zip FreeBSD-ports-871bbd92b1e97221959c894f3066cebe28a06931.tar.gz |
Mark it FORBIDDEN for PARALLEL_PACKAGE_BUILD case -- it seems to hang
the build.
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 4e00bfe..6ceb957 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> |