diff options
author | degroote <degroote@pkgsrc.org> | 2008-05-03 18:12:13 +0000 |
---|---|---|
committer | degroote <degroote@pkgsrc.org> | 2008-05-03 18:12:13 +0000 |
commit | 5f3bef2e7933fbd4f330c29bf6181e01c202f31d (patch) | |
tree | 14502fb5f384a5bb61a0ff43c9f411afd3abb525 /lang/camlp5 | |
parent | c21cec6d28994ba5602ebd879eac1a70f09d5eeb (diff) | |
download | pkgsrc-5f3bef2e7933fbd4f330c29bf6181e01c202f31d.tar.gz |
camlp5 doesn't compile with MAKE_JOBS > 1. Mark it as not MAKE_JOBS_SAFE
Diffstat (limited to 'lang/camlp5')
-rw-r--r-- | lang/camlp5/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/camlp5/Makefile b/lang/camlp5/Makefile index 4341c9ba3ee..7b9534b8697 100644 --- a/lang/camlp5/Makefile +++ b/lang/camlp5/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2008/04/27 10:44:28 tonio Exp $ +# $NetBSD: Makefile,v 1.4 2008/05/03 18:12:13 degroote Exp $ # DISTNAME= camlp5-5.08 @@ -12,6 +12,7 @@ COMMENT= Camlp5 is a preprocessor-pretty-printer of ocaml HAS_CONFIGURE= yes USE_LANGUAGES= c # needed for optimised compiler +MAKE_JOBS_SAFE= no CONFIGURE_ARGS+= --bindir ${PREFIX}/bin CONFIGURE_ARGS+= --mandir ${PREFIX}/${PKGMANDIR} |