diff options
author | minskim <minskim@pkgsrc.org> | 2005-05-08 17:48:06 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2005-05-08 17:48:06 +0000 |
commit | 2c1e5861d72dcd7da2d1fbd5c33ec9e94d780b7a (patch) | |
tree | ff5be2cb6fc175dc6c238f801064413a6a850090 /textproc/docbook-website | |
parent | 8619355bbcd456a870a6e13f139d1b110f791b1c (diff) | |
download | pkgsrc-2c1e5861d72dcd7da2d1fbd5c33ec9e94d780b7a.tar.gz |
The website DTD requires docbook-simple.
Bump PKGREVISION due to dependency change.
Diffstat (limited to 'textproc/docbook-website')
-rw-r--r-- | textproc/docbook-website/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/textproc/docbook-website/Makefile b/textproc/docbook-website/Makefile index aa681370eb3..23ae30cfa81 100644 --- a/textproc/docbook-website/Makefile +++ b/textproc/docbook-website/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.21 2005/05/05 05:43:05 hrs Exp $ +# $NetBSD: Makefile,v 1.22 2005/05/08 17:48:06 minskim Exp $ # DISTNAME= docbook-website-2.6.0 -PKGREVISION= 0 +PKGREVISION= 1 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=docbook/} @@ -10,7 +10,8 @@ MAINTAINER= grant@NetBSD.org HOMEPAGE= http://docbook.sourceforge.net/ COMMENT= DocBook XML DTD for building websites -DEPENDS= docbook-xsl>=1.58:../../textproc/docbook-xsl +DEPENDS+= docbook-simple-[0-9]*:../../textproc/docbook-simple +DEPENDS+= docbook-xsl>=1.58:../../textproc/docbook-xsl USE_LANGUAGES= # empty NO_BUILD= YES |