pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/libxslt ./configure demands libxml2>=2.6.27.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d2aeb8624812
branches:  trunk
changeset: 521805:d2aeb8624812
user:      ghen <ghen%pkgsrc.org@localhost>
date:      Wed Nov 22 17:09:33 2006 +0000

description:
./configure demands libxml2>=2.6.27.

diffstat:

 textproc/libxslt/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r b5d5184d0347 -r d2aeb8624812 textproc/libxslt/Makefile
--- a/textproc/libxslt/Makefile Wed Nov 22 15:41:30 2006 +0000
+++ b/textproc/libxslt/Makefile Wed Nov 22 17:09:33 2006 +0000
@@ -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 @@
 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"



Home | Main Index | Thread Index | Old Index