diff options
author | asami <asami@FreeBSD.org> | 2001-08-29 13:15:59 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2001-08-29 13:15:59 +0800 |
commit | 871bbd92b1e97221959c894f3066cebe28a06931 (patch) | |
tree | 3590d7c123b83b2f7d3392df2c06ee32ce4bdc0e /irc | |
parent | d5f6176e38bd21bfcef7d8c55c9916df52567e19 (diff) | |
download | freebsd-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/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> |