diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2013-11-26 14:59:40 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2013-11-26 14:59:40 +0000 |
commit | c67a97111a81df5571e375272688343f537d4335 (patch) | |
tree | 514a744bc88dbb198703ea64f918fc24fa3b9a93 /irc/bitchx | |
parent | 5c939872350e0b851b3cd1742371e284c6df9ce3 (diff) | |
download | ports-c67a97111a81df5571e375272688343f537d4335.tar.gz ports-c67a97111a81df5571e375272688343f537d4335.zip |
Notes
Diffstat (limited to 'irc/bitchx')
-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} |