diff options
author | joerg <joerg> | 2015-06-27 22:38:33 +0000 |
---|---|---|
committer | joerg <joerg> | 2015-06-27 22:38:33 +0000 |
commit | 3d4d35f80fd0398420d10ad98775baa03d388c8b (patch) | |
tree | 6da4a8a5358c4573eead8b48981d80f81ba0d65f | |
parent | 9991f5c72d6092c6e5d47e1adc112fbffc7e97e7 (diff) | |
download | pkgsrc-3d4d35f80fd0398420d10ad98775baa03d388c8b.tar.gz |
Not MAKE_JOBS_SAFE.
-rw-r--r-- | www/ocsigen/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/www/ocsigen/Makefile b/www/ocsigen/Makefile index 102bb822e37..19d7cca8e13 100644 --- a/www/ocsigen/Makefile +++ b/www/ocsigen/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2015/02/11 13:45:02 jaapb Exp $ +# $NetBSD: Makefile,v 1.16 2015/06/27 22:38:33 joerg Exp $ # VERSION= 2.5 @@ -13,6 +13,10 @@ HOMEPAGE= http://www.ocsigen.org/ COMMENT= Web programming framework for OCaml LICENSE= gnu-lgpl-v2.1 +# ln: ./ocsipersist.mli: File exists +# Makefile:42: recipe for target 'ocsipersist.mli' failed +MAKE_JOBS_SAFE= no + DEPENDS+= ocaml-react-[0-9]*:../../devel/ocaml-react DEPENDS+= ocaml-text-[0-9]*:../../textproc/ocaml-text |