summaryrefslogtreecommitdiff
path: root/textproc/libxslt
diff options
context:
space:
mode:
authorghen <ghen>2006-11-22 17:09:33 +0000
committerghen <ghen>2006-11-22 17:09:33 +0000
commit75cfd87bbf891a813a61d1324d7e28fcb242f2d3 (patch)
treee4af711b756dd7c4cd3035b901519441011422d6 /textproc/libxslt
parent7090cf95fbb6a2880942ebc9d58c4e7978103bf7 (diff)
downloadpkgsrc-75cfd87bbf891a813a61d1324d7e28fcb242f2d3.tar.gz
./configure demands libxml2>=2.6.27.
Diffstat (limited to 'textproc/libxslt')
-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"