diff options
author | asau <asau@pkgsrc.org> | 2015-11-19 19:02:18 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2015-11-19 19:02:18 +0000 |
commit | 2df07373391d6b88170b323d712d82740f399257 (patch) | |
tree | fe51358cd630c9afdb33c8bccdd5bd0b27d96a06 /sysutils/dbus | |
parent | 5a9ad4422f70eabf40578343863d69c826860a92 (diff) | |
download | pkgsrc-2df07373391d6b88170b323d712d82740f399257.tar.gz |
"docbook-xsl" is an indirect dependency, xmlto depends on it.
Diffstat (limited to 'sysutils/dbus')
-rw-r--r-- | sysutils/dbus/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sysutils/dbus/Makefile b/sysutils/dbus/Makefile index 123eaf103cb..f1b2f9fdfd7 100644 --- a/sysutils/dbus/Makefile +++ b/sysutils/dbus/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.91 2015/11/07 21:33:32 asau Exp $ +# $NetBSD: Makefile,v 1.92 2015/11/19 19:02:18 asau Exp $ DISTNAME= dbus-1.10.2 CATEGORIES= sysutils @@ -12,7 +12,7 @@ LICENSE= gnu-gpl-v2 CONFLICTS+= dbus-glib<0.71 CONFLICTS+= py27-dbus<0.71 -BUILD_DEPENDS+= docbook-xsl>=0:../../textproc/docbook-xsl +BUILD_DEPENDS+= xmlto-[0-9]*:../../textproc/xmlto GNU_CONFIGURE= YES USE_TOOLS+= gmake msgfmt pkg-config @@ -100,8 +100,6 @@ BUILDLINK_TRANSFORM+= rm:-lrt .include "options.mk" -BUILD_DEPENDS+= xmlto-[0-9]*:../../textproc/xmlto - post-install: ${INSTALL_DATA} ${WRKSRC}/doc/introspect.* \ ${DESTDIR}${PREFIX}/share/doc/dbus/ |