summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorghen <ghen@pkgsrc.org>2006-11-22 17:09:33 +0000
committerghen <ghen@pkgsrc.org>2006-11-22 17:09:33 +0000
commitfc632408131ee95b5fbcfda948422e7e13bd749d (patch)
treee4af711b756dd7c4cd3035b901519441011422d6 /textproc
parent6e4ddfde895a157317c584a00ec8b613326e8e26 (diff)
downloadpkgsrc-fc632408131ee95b5fbcfda948422e7e13bd749d.tar.gz
./configure demands libxml2>=2.6.27.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/libxslt/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/libxslt/Makefile b/textproc/libxslt/Makefile
index 886702aa1c9..bb3e9fef3cf 100644
--- a/textproc/libxslt/Makefile
+++ b/textproc/libxslt/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.71 2006/11/21 23:55:05 recht Exp $
+# $NetBSD: Makefile,v 1.72 2006/11/22 17:09:33 ghen Exp $
DISTNAME= libxslt-1.1.18
PKGREVISION= 1
@@ -29,7 +29,7 @@ TEST_TARGET= check
CPPFLAGS+= -Dsocklen_t=int
.endif
-BUILDLINK_API_DEPENDS.libxml2+= libxml2>=2.6.25
+BUILDLINK_API_DEPENDS.libxml2+= libxml2>=2.6.27
.include "../../textproc/libxml2/buildlink3.mk"
.include "../../security/libgcrypt/buildlink3.mk"