diff options
author | marino <marino@pkgsrc.org> | 2011-11-27 19:13:50 +0000 |
---|---|---|
committer | marino <marino@pkgsrc.org> | 2011-11-27 19:13:50 +0000 |
commit | 569671b9a2dfe1523457bc3a3a4a1f7439a1fc7d (patch) | |
tree | e38ea5446fc4dda78e0b21691548e0832a574fcd /devel | |
parent | 4f141105c216cf9b56a1f99259c655d5dc2a29b8 (diff) | |
download | pkgsrc-569671b9a2dfe1523457bc3a3a4a1f7439a1fc7d.tar.gz |
devel/ocaml-findlib: Designate not jobs safe.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/ocaml-findlib/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/ocaml-findlib/Makefile b/devel/ocaml-findlib/Makefile index 6a9bada9877..48cf1eca86f 100644 --- a/devel/ocaml-findlib/Makefile +++ b/devel/ocaml-findlib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2010/08/21 15:27:31 asau Exp $ +# $NetBSD: Makefile,v 1.8 2011/11/27 19:13:50 marino Exp $ # DISTNAME= findlib-1.2.6 @@ -15,6 +15,7 @@ PKG_DESTDIR_SUPPORT= user-destdir USE_TOOLS+= gmake m4 USE_PKGLOCALEDIR= yes HAS_CONFIGURE= yes +MAKE_JOBS_SAFE= no CONFIGURE_ARGS+= -bindir ${PREFIX}/bin CONFIGURE_ARGS+= -mandir ${PREFIX}/${PKGMANDIR} CONFIGURE_ARGS+= -config ${PKG_SYSCONFDIR}/ocamlfind.conf |