pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/scrollkeeper Require a docbook-xml package th...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/39273c3e89df
branches:  trunk
changeset: 510634:39273c3e89df
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Sat Apr 01 14:48:21 2006 +0000

description:
Require a docbook-xml package that has correct rewriteSystem entries in its
catalog files so that registering some documents (e.g., those from totem)
works correctly.  Bump PKGREVISION to 10.

diffstat:

 textproc/scrollkeeper/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (23 lines):

diff -r a0bb648ecda0 -r 39273c3e89df textproc/scrollkeeper/Makefile
--- a/textproc/scrollkeeper/Makefile    Sat Apr 01 14:44:07 2006 +0000
+++ b/textproc/scrollkeeper/Makefile    Sat Apr 01 14:48:21 2006 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.37 2006/03/21 06:00:50 jlam Exp $
+# $NetBSD: Makefile,v 1.38 2006/04/01 14:48:21 jmmv Exp $
 #
 
 DISTNAME=              scrollkeeper-0.3.14
-PKGREVISION=           9
+PKGREVISION=           10
 CATEGORIES=            textproc
 MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=scrollkeeper/}       \
                        ${MASTER_SITE_GNOME:=sources/scrollkeeper/0.3/}
@@ -14,7 +14,7 @@
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
 
 BUILD_USES_MSGFMT=     yes
-DEPENDS+=              docbook-xml>=4.2nb7:../../textproc/docbook-xml
+DEPENDS+=              docbook-xml>=4.4nb4:../../textproc/docbook-xml
 
 GNU_CONFIGURE=         yes
 USE_TOOLS+=            gmake



Home | Main Index | Thread Index | Old Index