diff options
author | rillig <rillig@pkgsrc.org> | 2007-11-03 22:39:40 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2007-11-03 22:39:40 +0000 |
commit | 6e7a64b5b6a1f4297f8dae78e9a6fa4fa24f16bb (patch) | |
tree | da0c98beaed96e26234c5a2be2fe0e8044e80abc /print/ghostscript | |
parent | 4533ca16c7bbe7417a08fa4efaf12afda5a9b6bc (diff) | |
download | pkgsrc-6e7a64b5b6a1f4297f8dae78e9a6fa4fa24f16bb.tar.gz |
Added MAKE_JOBS_SAFE as suggested in PR 37250.
Diffstat (limited to 'print/ghostscript')
-rw-r--r-- | print/ghostscript/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/ghostscript/Makefile b/print/ghostscript/Makefile index 229341ed350..cdd27c81146 100644 --- a/print/ghostscript/Makefile +++ b/print/ghostscript/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.37 2007/10/22 12:15:03 dsainty Exp $ +# $NetBSD: Makefile,v 1.38 2007/11/03 22:39:40 rillig Exp $ DISTNAME= ghostscript-8.60 PKGREVISION= 1 @@ -20,6 +20,7 @@ DEPENDS+= ghostscript-fonts>=6.0:../../fonts/ghostscript-fonts USE_TOOLS+= gmake perl:run GNU_CONFIGURE= yes +MAKE_JOBS_SAFE= no REPLACE_PERL+= lib/fixmswrd.pl |