diff options
author | tobik <tobik@FreeBSD.org> | 2019-02-24 23:29:38 +0800 |
---|---|---|
committer | tobik <tobik@FreeBSD.org> | 2019-02-24 23:29:38 +0800 |
commit | e20e2707f1857772335052271d7406b6fdd7307a (patch) | |
tree | e2b550a1855213808de248c9f054d22400f84ad4 /comms | |
parent | bd8fb1a4aeb51b39ec124ae481ed906254f27107 (diff) | |
download | freebsd-ports-gnome-e20e2707f1857772335052271d7406b6fdd7307a.tar.gz freebsd-ports-gnome-e20e2707f1857772335052271d7406b6fdd7307a.tar.zst freebsd-ports-gnome-e20e2707f1857772335052271d7406b6fdd7307a.zip |
comms/seyon: Mark MAKE_JOBS_UNSAFE
According to Piotr it fails to build when using >= 16 jobs otherwise.
PR: 232480
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
Diffstat (limited to 'comms')
-rw-r--r-- | comms/seyon/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/comms/seyon/Makefile b/comms/seyon/Makefile index 597b801ab08e..b6a93cffdff4 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 |