diff options
author | joerg <joerg@pkgsrc.org> | 2009-11-26 18:21:28 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-11-26 18:21:28 +0000 |
commit | 417bf98eb62bf5f33cf53a3e348ff1d5cb2d6203 (patch) | |
tree | 64be10d79daecae0a7f730db14f000145713a8fa /textproc/pxp | |
parent | 6ae2566e744500ebe249e4f04a2ed4b8e3c5f9d0 (diff) | |
download | pkgsrc-417bf98eb62bf5f33cf53a3e348ff1d5cb2d6203.tar.gz |
Not MAKE_JOBS_SAFE.
Diffstat (limited to 'textproc/pxp')
-rw-r--r-- | textproc/pxp/Makefile | 4 |
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" |