diff options
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} |