summaryrefslogtreecommitdiff
path: root/textproc/libxml
diff options
context:
space:
mode:
authorrillig <rillig>2007-10-25 20:20:59 +0000
committerrillig <rillig>2007-10-25 20:20:59 +0000
commit0bbc0f3836c46b952cddd6803862b0f7b720bb6d (patch)
treea1ed23630fe76ae0700e488f5739a170736e9489 /textproc/libxml
parent5f292bcf4c86da957b7ac95bd135b4269221bf98 (diff)
downloadpkgsrc-0bbc0f3836c46b952cddd6803862b0f7b720bb6d.tar.gz
+ jdom
Diffstat (limited to 'textproc/libxml')
-rw-r--r--textproc/libxml/Makefile6
1 files changed, 5 insertions, 1 deletions
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"