pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/print/ghostscript-esp add:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/99a7862a54d7
branches:  trunk
changeset: 527794:99a7862a54d7
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Fri Apr 13 15:42:07 2007 +0000

description:
add:
# uses include file apparently before it is put in place
MAKE_JOBS_SAFE= no

diffstat:

 print/ghostscript-esp/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 1dce22175abe -r 99a7862a54d7 print/ghostscript-esp/Makefile
--- a/print/ghostscript-esp/Makefile    Fri Apr 13 15:28:40 2007 +0000
+++ b/print/ghostscript-esp/Makefile    Fri Apr 13 15:42:07 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2007/02/22 19:27:03 wiz Exp $
+# $NetBSD: Makefile,v 1.24 2007/04/13 15:42:07 gdt Exp $
 
 DISTNAME=      espgs-${GS_VERS}-source
 PKGNAME=       ghostscript-esp-${GS_VERS}
@@ -28,6 +28,9 @@
 
 DEPENDS+=      ghostscript-fonts>=6.0:../../fonts/ghostscript-fonts
 
+# uses include file apparently before it is put in place
+MAKE_JOBS_SAFE=        no
+
 WRKSRC=                        ${WRKDIR}/${DISTNAME:S/-source//}
 USE_TOOLS+=            gmake pkg-config
 GNU_CONFIGURE=         yes



Home | Main Index | Thread Index | Old Index