summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorjoerg <joerg>2009-11-26 18:21:28 +0000
committerjoerg <joerg>2009-11-26 18:21:28 +0000
commited2735ba52c7dbd90ecadd7c049348a83ed54c65 (patch)
tree64be10d79daecae0a7f730db14f000145713a8fa /textproc
parentebe5e476e68e71e1fa6fb5fa451327406b54e523 (diff)
downloadpkgsrc-ed2735ba52c7dbd90ecadd7c049348a83ed54c65.tar.gz
Not MAKE_JOBS_SAFE.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/pxp/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/pxp/Makefile b/textproc/pxp/Makefile
index 6cfd5efb252..9141ea7f03a 100644
--- a/textproc/pxp/Makefile
+++ b/textproc/pxp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2006/08/11 15:46:03 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2009/11/26 18:21:28 joerg Exp $
#
DISTNAME= pxp-1.1.6
@@ -17,5 +17,7 @@ BUILD_TARGET= all opt
HAS_CONFIGURE= yes
PLIST_SRC= PLIST.opt PLIST
+MAKE_JOBS_SAFE= no
+
.include "../../lang/ocaml/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"