diff options
author | rillig <rillig@pkgsrc.org> | 2007-10-25 20:20:59 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2007-10-25 20:20:59 +0000 |
commit | 65d4b8652df4e0ae4c1dad6ea540fe4351790f8b (patch) | |
tree | a1ed23630fe76ae0700e488f5739a170736e9489 /textproc | |
parent | a10504d8a1b59e8c55e4194ee038bd5a8d9634f5 (diff) | |
download | pkgsrc-65d4b8652df4e0ae4c1dad6ea540fe4351790f8b.tar.gz |
+ jdom
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 3 | ||||
-rw-r--r-- | textproc/libxml/Makefile | 6 |
2 files changed, 7 insertions, 2 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index c341e74755f..e752322902c 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.387 2007/10/12 17:31:16 drochner Exp $ +# $NetBSD: Makefile,v 1.388 2007/10/25 20:20:59 rillig Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -127,6 +127,7 @@ SUBDIR+= ja-groff SUBDIR+= ja-sed SUBDIR+= jade SUBDIR+= java-mecab +SUBDIR+= jdom SUBDIR+= jing SUBDIR+= kakasi SUBDIR+= kbanner diff --git a/textproc/libxml/Makefile b/textproc/libxml/Makefile index 73bcd68e6fe..4bd019e09f5 100644 --- a/textproc/libxml/Makefile +++ b/textproc/libxml/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2005/12/27 18:25:07 reed Exp $ +# $NetBSD: Makefile,v 1.37 2007/10/25 20:20:59 rillig Exp $ # DISTNAME= libxml-1.8.17 @@ -17,5 +17,9 @@ GNU_CONFIGURE= yes USE_LIBTOOL= yes PKGCONFIG_OVERRIDE= libxml.pc.in +# Making all in doc +# bmake: bmake: don't know how to make libxml/tree.h. Stop +MAKE_JOBS_SAFE= no + .include "../../devel/zlib/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |