diff options
author | Koichiro Iwao <meta@FreeBSD.org> | 2024-05-21 08:16:37 +0000 |
---|---|---|
committer | Koichiro Iwao <meta@FreeBSD.org> | 2024-05-21 09:57:49 +0000 |
commit | d27b1601b6e0a37236be599f1a9a4cbc818d3aea (patch) | |
tree | 175c670510ca037f5ae34fb52279920306f23dca | |
parent | ea30d78a0e13e0a6c990005e04da84da8712944e (diff) |
security/softether-devel: Attempt to fix build
There is environment-dependent build failure related to parallelization.
Thanks to: des@ (via ports mailing list)
-rw-r--r-- | security/softether-devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/softether-devel/Makefile b/security/softether-devel/Makefile index e5d50a0e1056..8ca49907f055 100644 --- a/security/softether-devel/Makefile +++ b/security/softether-devel/Makefile @@ -25,6 +25,7 @@ DOS2UNIX_FILES= ChangeLog LICENSE README *.TXT \ OPTIONS_DEFINE= DOCS +MAKE_JOBS_UNSAFE= yes CONFLICTS_INSTALL= softether-4.* softether5 PORTDOCS= AUTHORS.TXT ChangeLog LICENSE README THIRD_PARTY.TXT WARNING.TXT |