pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/jade Add MAKE_JOBS_SAFE after noticing a the ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6abc45df68d4
branches:  trunk
changeset: 546020:6abc45df68d4
user:      bjs <bjs%pkgsrc.org@localhost>
date:      Tue Aug 19 13:53:27 2008 +0000

description:
Add MAKE_JOBS_SAFE after noticing a the build wanted a library
it had yet to make.

diffstat:

 textproc/jade/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 4c0ae699a904 -r 6abc45df68d4 textproc/jade/Makefile
--- a/textproc/jade/Makefile    Tue Aug 19 13:40:10 2008 +0000
+++ b/textproc/jade/Makefile    Tue Aug 19 13:53:27 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.47 2008/03/15 20:29:35 joerg Exp $
+# $NetBSD: Makefile,v 1.48 2008/08/19 13:53:27 bjs Exp $
 
 DISTNAME=      jade-1.2.1
 PKGREVISION=   12
@@ -13,6 +13,8 @@
 
 PKG_DESTDIR_SUPPORT=   user-destdir
 
+MAKE_JOBS_SAFE=                no
+
 PATCH_SITES=           ${MASTER_SITE_LOCAL}
 PATCHFILES=            jade_1.2.1-18.diff.gz
 PATCH_DIST_STRIP=      -p1



Home | Main Index | Thread Index | Old Index