diff options
author | wiz <wiz@pkgsrc.org> | 2005-02-19 00:26:14 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-02-19 00:26:14 +0000 |
commit | 26d55bf54aeee86075f81f3481ebed684a59ca18 (patch) | |
tree | 1321606f6d05bf8479c23c540a6792c2f3c4b6d2 /meta-pkgs | |
parent | 656b554f3a9dfd83b7d5ba66514ff47ebcafc040 (diff) | |
download | pkgsrc-26d55bf54aeee86075f81f3481ebed684a59ca18.tar.gz |
Update to 1.3: depend on latest docbook-website and docbook-xsl.
Diffstat (limited to 'meta-pkgs')
-rw-r--r-- | meta-pkgs/netbsd-www/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-pkgs/netbsd-www/Makefile b/meta-pkgs/netbsd-www/Makefile index 34aaaf302da..ce8db0d47fc 100644 --- a/meta-pkgs/netbsd-www/Makefile +++ b/meta-pkgs/netbsd-www/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.10 2004/12/13 16:35:27 jschauma Exp $ +# $NetBSD: Makefile,v 1.11 2005/02/19 00:26:14 wiz Exp $ # -DISTNAME= netbsd-www-1.2 +DISTNAME= netbsd-www-1.3 CATEGORIES= meta-pkgs MASTER_SITES= # empty DISTFILES= # empty @@ -12,8 +12,8 @@ COMMENT= Packages required to build the NetBSD.org web site # we add an explicit dependency on docbook-xsl here since earlier versions # generated slightly different html code, leading to a large number of # unneccessary 'regen' commits -DEPENDS+= docbook-xsl>=1.67.0:../../textproc/docbook-xsl -DEPENDS+= docbook-website>=2.3nb3:../../textproc/docbook-website +DEPENDS+= docbook-xsl>=1.68.1:../../textproc/docbook-xsl +DEPENDS+= docbook-website>=2.5.0:../../textproc/docbook-website DEPENDS+= libxslt>=1.0.20:../../textproc/libxslt DEPENDS+= ImageMagick>=5.5.7.11nb1:../../graphics/ImageMagick DEPENDS+= xearth>=1.1:../../x11/xearth |