diff options
author | drochner <drochner@pkgsrc.org> | 2006-07-08 12:50:18 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2006-07-08 12:50:18 +0000 |
commit | 261f936cc16ef0a08db0a6aeef0455112d479f7b (patch) | |
tree | fef19e12e98958365edbc7921ebd598972ae590e /textproc/libxslt | |
parent | 88c556a3f65e570c00e3aebc0c7445e30569c91f (diff) | |
download | pkgsrc-261f936cc16ef0a08db0a6aeef0455112d479f7b.tar.gz |
correct libxml2 dependency, from Masao Uebayashi
Diffstat (limited to 'textproc/libxslt')
-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 4468dbe570a..ef9d1ec0670 100644 --- a/textproc/libxslt/Makefile +++ b/textproc/libxslt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.66 2006/06/13 15:54:04 drochner Exp $ +# $NetBSD: Makefile,v 1.67 2006/07/08 12:50:18 drochner Exp $ DISTNAME= libxslt-1.1.17 CATEGORIES= textproc @@ -23,7 +23,7 @@ CONFIGURE_ARGS+= --without-python TEST_TARGET= check -BUILDLINK_API_DEPENDS.libxml2+= libxml2>=2.6.17 +BUILDLINK_API_DEPENDS.libxml2+= libxml2>=2.6.25 .include "../../textproc/libxml2/buildlink3.mk" .include "../../security/libgcrypt/buildlink3.mk" |