diff options
author | Cy Schubert <cy@FreeBSD.org> | 2013-11-27 06:46:20 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2013-11-27 06:46:20 +0000 |
commit | 256068fdeda888e3ec0436c8bbddb58f8546cd78 (patch) | |
tree | a8c4ce278c24bfc4d5dd6c7cdd9ccd412c6d3967 /security/isakmpd | |
parent | 2cbb04c05e82f0ec31919ae497e07a957b898030 (diff) |
Not parallal make safe.
Notes
Notes:
svn path=/head/; revision=335000
Diffstat (limited to 'security/isakmpd')
-rw-r--r-- | security/isakmpd/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/isakmpd/Makefile b/security/isakmpd/Makefile index a4bd83032be9..9c848ac9a63f 100644 --- a/security/isakmpd/Makefile +++ b/security/isakmpd/Makefile @@ -31,6 +31,7 @@ MANCOMPRESSED= yes USE_OPENSSL= yes NO_STAGE= yes +MAKE_JOBS_UNSAFE= yes .include <bsd.port.pre.mk> OPENSSLINC?= /usr/include |