pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/docbook-website The website DTD requires docb...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ea448777d573
branches:  trunk
changeset: 493531:ea448777d573
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Sun May 08 17:48:06 2005 +0000

description:
The website DTD requires docbook-simple.
Bump PKGREVISION due to dependency change.

diffstat:

 textproc/docbook-website/Makefile |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (24 lines):

diff -r 91b15527e261 -r ea448777d573 textproc/docbook-website/Makefile
--- a/textproc/docbook-website/Makefile Sun May 08 16:16:01 2005 +0000
+++ b/textproc/docbook-website/Makefile Sun May 08 17:48:06 2005 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index