diff options
author | gdt <gdt@pkgsrc.org> | 2007-04-06 14:29:59 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2007-04-06 14:29:59 +0000 |
commit | fa9798709c1a750b24b560a2dece32d5baf052f6 (patch) | |
tree | 434536020d7077247c4b024a7d4897622e61a8e0 | |
parent | dd96045d4c7c8ccd5ab7aa89953202e5594d975d (diff) | |
download | pkgsrc-fa9798709c1a750b24b560a2dece32d5baf052f6.tar.gz |
Add "MAKE_JOBS_SAFE= no"; the build fails horribly with MAKE_JOBS.
-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]* |