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 | 8c814252d2c3ea04a656a1f93d5d663814192c09 (patch) | |
tree | e4af711b756dd7c4cd3035b901519441011422d6 /textproc | |
parent | 5be2e2bbb6916de2ad0bed95b846b1e0ffd22ada (diff) | |
download | pkgsrc-8c814252d2c3ea04a656a1f93d5d663814192c09.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" |