diff options
Diffstat (limited to 'lang/caml-light/Makefile')
-rw-r--r-- | lang/caml-light/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/caml-light/Makefile b/lang/caml-light/Makefile index 206625ef1fc..dfc349a0a6a 100644 --- a/lang/caml-light/Makefile +++ b/lang/caml-light/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2008/09/05 02:07:51 dholland Exp $ +# $NetBSD: Makefile,v 1.11 2009/06/30 00:07:18 joerg Exp $ # DISTNAME= cl74unix @@ -13,6 +13,8 @@ COMMENT= Another implementation of Caml PKG_DESTDIR_SUPPORT= user-destdir +MAKE_JOBS_SAFE= no + WRKSRC= ${WRKDIR}/cl74/src BUILD_TARGET= world INSTALLATION_DIRS+= bin lib/caml-light ${PKGMANDIR}/man1 |