diff options
author | gdt <gdt> | 2007-04-06 14:29:59 +0000 |
---|---|---|
committer | gdt <gdt> | 2007-04-06 14:29:59 +0000 |
commit | f1e7f00775c69ec7df43bc6c2935ff56227286e7 (patch) | |
tree | 434536020d7077247c4b024a7d4897622e61a8e0 /print | |
parent | ce8c3e085cab56b6f3013ddac08fa94ccc0a64cb (diff) | |
download | pkgsrc-f1e7f00775c69ec7df43bc6c2935ff56227286e7.tar.gz |
Add "MAKE_JOBS_SAFE= no"; the build fails horribly with MAKE_JOBS.
Diffstat (limited to 'print')
-rw-r--r-- | print/xpdf/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/print/xpdf/Makefile b/print/xpdf/Makefile index 9befbf966e8..4c396219e05 100644 --- a/print/xpdf/Makefile +++ b/print/xpdf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.61 2007/03/13 11:06:04 drochner Exp $ +# $NetBSD: Makefile,v 1.62 2007/04/06 14:29:59 gdt Exp $ DISTNAME= xpdf-3.02 CATEGORIES= print @@ -12,6 +12,8 @@ COMMENT= Display tool for PDF files PKG_DESTDIR_SUPPORT= user-destdir +MAKE_JOBS_SAFE= no + DEPENDS+= ghostscript-fonts-[0-9]*:../../fonts/ghostscript-fonts CONFLICTS= xpdf-crypto-[0-9]* |