diff options
author | ghen <ghen@pkgsrc.org> | 2006-11-22 17:09:33 +0000 |
---|---|---|
committer | ghen <ghen@pkgsrc.org> | 2006-11-22 17:09:33 +0000 |
commit | fc632408131ee95b5fbcfda948422e7e13bd749d (patch) | |
tree | e4af711b756dd7c4cd3035b901519441011422d6 /textproc | |
parent | 6e4ddfde895a157317c584a00ec8b613326e8e26 (diff) | |
download | pkgsrc-fc632408131ee95b5fbcfda948422e7e13bd749d.tar.gz |
./configure demands libxml2>=2.6.27.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/libxslt/Makefile | 4 |
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" |