diff options
author | John Marino <marino@FreeBSD.org> | 2014-02-05 18:26:49 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2014-02-05 18:26:49 +0000 |
commit | 2267dd63fc1a70c17ebc400c255b816cf3de78f0 (patch) | |
tree | d4746646b0a81dd71a5bec9801488e5807f315f6 /sysutils/ucspi-unix | |
parent | b5bab6c44c83bb4abe472d84ab589b83ac6c4fbd (diff) |
sysutils/ucspi-unix: Mark jobs unsafe
Notes
Notes:
svn path=/head/; revision=342812
Diffstat (limited to 'sysutils/ucspi-unix')
-rw-r--r-- | sysutils/ucspi-unix/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/ucspi-unix/Makefile b/sysutils/ucspi-unix/Makefile index 4dda6d349fdc..5aa00a9f3925 100644 --- a/sysutils/ucspi-unix/Makefile +++ b/sysutils/ucspi-unix/Makefile @@ -25,6 +25,8 @@ PORTDOCS= NEWS PROTOCOL README TODO OPTIONS_DEFINE= DOCS +MAKE_JOBS_UNSAFE=yes + NO_STAGE= yes .include <bsd.port.options.mk> |