diff options
author | marino <marino@FreeBSD.org> | 2014-07-07 20:17:32 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2014-07-07 20:17:32 +0800 |
commit | 848405168ad55e7cb4c5e64f2d9f3a8210f293c3 (patch) | |
tree | feaeb69a0e07aec9203cd0dd27b4b9eeb3d8bbee /sysutils | |
parent | b3602175ee9e636414f498a3831668afc8af3c9c (diff) | |
download | freebsd-ports-gnome-848405168ad55e7cb4c5e64f2d9f3a8210f293c3.tar.gz freebsd-ports-gnome-848405168ad55e7cb4c5e64f2d9f3a8210f293c3.tar.zst freebsd-ports-gnome-848405168ad55e7cb4c5e64f2d9f3a8210f293c3.zip |
Mark 5 unstaged and unmaintained ports as jobs unsafe (taken from dports)
Approved by: portmgr (implicit, NOT_STAGED)
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/boxbackup-devel/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sysutils/boxbackup-devel/Makefile b/sysutils/boxbackup-devel/Makefile index 192343b1ba9e..c52899ad8e3d 100644 --- a/sysutils/boxbackup-devel/Makefile +++ b/sysutils/boxbackup-devel/Makefile @@ -42,6 +42,9 @@ SERVER_DESC= Install the bbstored server GNUREADLINE_DESC= Enable the use of GNU readline NO_STAGE= yes + +MAKE_JOBS_UNSAFE= yes + .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MGNUREADLINE} |