diff options
author | wiz <wiz@pkgsrc.org> | 2002-09-10 16:06:32 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-09-10 16:06:32 +0000 |
commit | 80ee491886d0ad0b88b9dc336e476683e9cb121c (patch) | |
tree | 3d3020be9bfaa2a5e59d50f368ad6eb391a5d5fc /www/ap-xslt | |
parent | 0f7a9ebfb4ffb57a93cd75c639765167df3710b0 (diff) | |
download | pkgsrc-80ee491886d0ad0b88b9dc336e476683e9cb121c.tar.gz |
Since the major of libiconv was increased during the update to 1.8,
bump dependency to latest libiconv version; recursively also bump all
dependencies of packages depending on libiconv.
Requested by fredb.
Diffstat (limited to 'www/ap-xslt')
-rw-r--r-- | www/ap-xslt/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/ap-xslt/Makefile b/www/ap-xslt/Makefile index a9272ac2678..0118243dc53 100644 --- a/www/ap-xslt/Makefile +++ b/www/ap-xslt/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.9 2002/07/24 19:45:30 jlam Exp $ +# $NetBSD: Makefile,v 1.10 2002/09/10 16:06:51 wiz Exp $ DISTNAME= modxslt PKGNAME= ap-xslt-1.1 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= www MASTER_SITES= http://download.sourceforge.net/modxslt/ @@ -11,7 +11,7 @@ HOMEPAGE= http://modxslt.sourceforge.net/ COMMENT= Simple, fast XSLT transformations for apache DEPENDS+= apache{,6}-1.3.*:../../www/apache -DEPENDS+= sablotron-*:../../textproc/sablotron +DEPENDS+= sablotron>=0.71nb1:../../textproc/sablotron USE_PERL5= build # for "apxs" |