diff options
author | wiz <wiz@pkgsrc.org> | 2022-04-08 06:47:34 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2022-04-08 06:47:34 +0000 |
commit | 869d5efe41cc21d8288ba2b59063cdf866f6cd48 (patch) | |
tree | 834f552308830811fa8f54ac675408bf24de84e0 /graphics | |
parent | 53aa0307fa6bf1c015af4f80fe55367c2a95b14f (diff) | |
download | pkgsrc-869d5efe41cc21d8288ba2b59063cdf866f6cd48.tar.gz |
cnxtview: not parallel-make safe
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/cnxtview/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/cnxtview/Makefile b/graphics/cnxtview/Makefile index c43062568a8..6705b54024b 100644 --- a/graphics/cnxtview/Makefile +++ b/graphics/cnxtview/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2020/06/05 12:49:07 jperkin Exp $ +# $NetBSD: Makefile,v 1.31 2022/04/08 06:47:34 wiz Exp $ DISTNAME= cnxtutil-0.00-alpha PKGNAME= cnxtview-0.00a @@ -15,6 +15,7 @@ NOT_FOR_PLATFORM= SunOS-*-* # needs <err.h> and <dev/usb/usb.h> USE_BSD_MAKEFILE= yes USE_TOOLS+= groff nroff MAKE_ENV+= NOGCCERROR= +MAKE_JOBS_SAFE= no INSTALLATION_DIRS+= bin |