summaryrefslogtreecommitdiff
path: root/net/ocamlnet
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2009-06-30 00:07:09 +0000
committerjoerg <joerg@pkgsrc.org>2009-06-30 00:07:09 +0000
commit76f5c1b551cbcd541f91513d7a6a47d8886bb5d7 (patch)
treedc8b846be5ce41fc91fa6fa283850ad5bd6918c8 /net/ocamlnet
parent5dc417f76ada55decbc0adce66fb18090d84d28e (diff)
downloadpkgsrc-76f5c1b551cbcd541f91513d7a6a47d8886bb5d7.tar.gz
Mark packages as MAKE_JOBS_SAFE=no that failed in a bulk build with
MAKE_JOBS=2 and worked without.
Diffstat (limited to 'net/ocamlnet')
-rw-r--r--net/ocamlnet/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/net/ocamlnet/Makefile b/net/ocamlnet/Makefile
index 01c1537729e..713b458a37c 100644
--- a/net/ocamlnet/Makefile
+++ b/net/ocamlnet/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2006/08/11 15:43:36 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2009/06/30 00:07:21 joerg Exp $
#
DISTNAME= ocamlnet-1.1.2
@@ -9,6 +9,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.ocaml-programming.de/packages/
COMMENT= Library focusing on application-level network protocols (OCaml)
+MAKE_JOBS_SAFE= no
+
DEPENDS+= pcre-ocaml-[0-9]*:../../devel/pcre-ocaml
DEPENDS+= equeue-[0-9]*:../../devel/equeue