aboutsummaryrefslogtreecommitdiffstats
path: root/irc
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>2001-08-29 13:15:59 +0800
committerasami <asami@FreeBSD.org>2001-08-29 13:15:59 +0800
commit871bbd92b1e97221959c894f3066cebe28a06931 (patch)
tree3590d7c123b83b2f7d3392df2c06ee32ce4bdc0e /irc
parentd5f6176e38bd21bfcef7d8c55c9916df52567e19 (diff)
downloadfreebsd-ports-gnome-871bbd92b1e97221959c894f3066cebe28a06931.tar.gz
freebsd-ports-gnome-871bbd92b1e97221959c894f3066cebe28a06931.tar.zst
freebsd-ports-gnome-871bbd92b1e97221959c894f3066cebe28a06931.zip
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/Makefile4
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>