diff options
author | mat <mat@FreeBSD.org> | 2013-11-26 22:59:40 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2013-11-26 22:59:40 +0800 |
commit | 34b6dcb265bae2777979916cbf6f3a2515731e52 (patch) | |
tree | 514a744bc88dbb198703ea64f918fc24fa3b9a93 /irc | |
parent | 5be041401389b32fc002c4a08609da592a579204 (diff) | |
download | freebsd-ports-gnome-34b6dcb265bae2777979916cbf6f3a2515731e52.tar.gz freebsd-ports-gnome-34b6dcb265bae2777979916cbf6f3a2515731e52.tar.zst freebsd-ports-gnome-34b6dcb265bae2777979916cbf6f3a2515731e52.zip |
Mark MAKE_JOBS_UNSAFE.
maintainer timeout.
PR: ports/183898
Submitted by: mat
Diffstat (limited to 'irc')
-rw-r--r-- | irc/bitchx/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/irc/bitchx/Makefile b/irc/bitchx/Makefile index 951d436a5b9a..950c8b075456 100644 --- a/irc/bitchx/Makefile +++ b/irc/bitchx/Makefile @@ -35,6 +35,7 @@ PLUGINS_DESC= Build a handful of BitchX plugins OPTIONS_DEFAULT=PLUGINS SSL NO_STAGE= yes +MAKE_JOBS_UNSAFE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MIPV6} |