diff options
author | jmmv <jmmv@pkgsrc.org> | 2006-04-01 14:48:21 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2006-04-01 14:48:21 +0000 |
commit | 0d6959827cb2dc31e860c16df8b6ede33cddf5ca (patch) | |
tree | 95d8fcf0d3259903064f43c11d382b96a1844279 /textproc | |
parent | 6f5e45dc594debfc80b0f479d8a8724ece2502c1 (diff) | |
download | pkgsrc-0d6959827cb2dc31e860c16df8b6ede33cddf5ca.tar.gz |
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 (limited to 'textproc')
-rw-r--r-- | textproc/scrollkeeper/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/scrollkeeper/Makefile b/textproc/scrollkeeper/Makefile index c3a17f8373c..1441e284387 100644 --- a/textproc/scrollkeeper/Makefile +++ b/textproc/scrollkeeper/Makefile @@ -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 @@ COMMENT= Open Document Cataloging Project 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 |