diff options
author | bjs <bjs> | 2008-08-19 13:53:27 +0000 |
---|---|---|
committer | bjs <bjs> | 2008-08-19 13:53:27 +0000 |
commit | f66b200938670ec0bd23cf07847627bdf1c0bafd (patch) | |
tree | 6f096ab43ffdbb7f7ffd267eb1834e3411e0dda6 | |
parent | bdd82db553f276ba5a296c207cf8dea93164e8ea (diff) | |
download | pkgsrc-f66b200938670ec0bd23cf07847627bdf1c0bafd.tar.gz |
Add MAKE_JOBS_SAFE after noticing a the build wanted a library
it had yet to make.
-rw-r--r-- | textproc/jade/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/jade/Makefile b/textproc/jade/Makefile index b3540c910e1..8a756c4ab1c 100644 --- a/textproc/jade/Makefile +++ b/textproc/jade/Makefile @@ -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 @@ COMMENT= Object-oriented SGML/XML parser toolkit and DSSSL engine 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 |