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 | fa7b0030e69d20200b9f6aa85d1894cc866fd4ae (patch) | |
tree | 64be10d79daecae0a7f730db14f000145713a8fa /textproc | |
parent | bef113f43908fe02018e086744b5774d98e9445a (diff) | |
download | pkgsrc-fa7b0030e69d20200b9f6aa85d1894cc866fd4ae.tar.gz |
Not MAKE_JOBS_SAFE.
Diffstat (limited to 'textproc')
-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" |