diff options
author | joerg <joerg@pkgsrc.org> | 2017-07-14 12:58:52 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2017-07-14 12:58:52 +0000 |
commit | d1d98cac33018e399aefd6a4e5a6e696d946a7c5 (patch) | |
tree | 01f093e3224dc304a40e12d01f3263877e9c0837 /net/unison | |
parent | 32210c970b1c994a10c151ba4fc818ca21c8a549 (diff) | |
download | pkgsrc-d1d98cac33018e399aefd6a4e5a6e696d946a7c5.tar.gz |
Not MAKE_JOBS safe, mark as such.
Diffstat (limited to 'net/unison')
-rw-r--r-- | net/unison/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/net/unison/Makefile b/net/unison/Makefile index caa10dbdda6..154854f5359 100644 --- a/net/unison/Makefile +++ b/net/unison/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.108 2017/07/11 14:19:20 jaapb Exp $ +# $NetBSD: Makefile,v 1.109 2017/07/14 12:58:52 joerg Exp $ DISTNAME= unison-2.48.4 PKGREVISION= 7 @@ -10,6 +10,10 @@ HOMEPAGE= http://www.cis.upenn.edu/~bcpierce/unison/ COMMENT= File-synchronization tool LICENSE= gnu-gpl-v3 +# File "/data/scratch/net/unison/work/src/fswatch.mli", line 18, characters 17-29: +# Error: Unbound module Prefs +MAKE_JOBS_SAFE= no + .if (${MACHINE_ARCH} == "arm") BUILDLINK_ABI_DEPENDS.ocaml+= ocaml>=3.12.0nb2 .else |