diff options
author | drochner <drochner> | 2007-11-22 20:09:38 +0000 |
---|---|---|
committer | drochner <drochner> | 2007-11-22 20:09:38 +0000 |
commit | 9756bd3f9d1ba4ee8c1650a19816dbc8d8b8da23 (patch) | |
tree | 23d3255868ed7d8de32caabf19a9da106f5801ab /textproc | |
parent | e74c85786b78bb5f4d3a8d062f880a15cd4d526c (diff) | |
download | pkgsrc-9756bd3f9d1ba4ee8c1650a19816dbc8d8b8da23.tar.gz |
Depend on docbook-xml. While it seems not necessary technically, it makes
things easier: Some clients of gnome-doc-utils need it, and since
"xsltproc" has the habit to load missing entities per HTTP this is
difficult to keep track of in pkgsrc. This avoids intermittent build
failures depending on network connectivity.
bump PKGREVISION
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/gnome-doc-utils/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/gnome-doc-utils/Makefile b/textproc/gnome-doc-utils/Makefile index 0a8023e3df2..72d8cc1fce6 100644 --- a/textproc/gnome-doc-utils/Makefile +++ b/textproc/gnome-doc-utils/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.29 2007/11/03 15:59:27 drochner Exp $ +# $NetBSD: Makefile,v 1.30 2007/11/22 20:09:38 drochner Exp $ # DISTNAME= gnome-doc-utils-0.12.0 +PKGREVISION= 1 CATEGORIES= textproc gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-doc-utils/0.12/} EXTRACT_SUFX= .tar.bz2 @@ -14,6 +15,7 @@ PKG_DESTDIR_SUPPORT= user-destdir DEPENDS+= ${PYPKGPREFIX}-libxml2>=2.6.16:../../textproc/py-libxml2 DEPENDS+= ${PYPKGPREFIX}-libxslt>=1.1.12:../../textproc/py-libxslt +DEPENDS+= docbook-xml-[0-9]*:../../textproc/docbook-xml USE_TOOLS+= intltool pkg-config gmake gawk msgfmt USE_DIRS+= gnome2-1.5 |