From e20e2707f1857772335052271d7406b6fdd7307a Mon Sep 17 00:00:00 2001 From: tobik Date: Sun, 24 Feb 2019 15:29:38 +0000 Subject: [PATCH] comms/seyon: Mark MAKE_JOBS_UNSAFE According to Piotr it fails to build when using >= 16 jobs otherwise. PR: 232480 Submitted by: Piotr Kubaj --- comms/seyon/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/comms/seyon/Makefile b/comms/seyon/Makefile index 597b801ab08ed..b6a93cffdff44 100644 --- a/comms/seyon/Makefile +++ b/comms/seyon/Makefile @@ -13,6 +13,8 @@ COMMENT= Communications package for the X Window system USES= imake USE_XORG= x11 xext xpm xmu xaw xt sm ice +MAKE_JOBS_UNSAFE= yes + PLIST_FILES= bin/seyon lib/X11/app-defaults/Seyon \ lib/X11/app-defaults/Seyon-color lib/X11/seyon.help \ man/man1/${PORTNAME}.1.gz