diff options
author | asau <asau@pkgsrc.org> | 2015-11-07 21:33:32 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2015-11-07 21:33:32 +0000 |
commit | 59e1e789c9151e4a9e4dcde98eefc819111a5fde (patch) | |
tree | 0e6babf48bff63909c619b5e57fd85abd1e66a31 | |
parent | 159607731a311ace0994ac42babaee56dd49acdb (diff) | |
download | pkgsrc-59e1e789c9151e4a9e4dcde98eefc819111a5fde.tar.gz |
Needs DocBook to build.
-rw-r--r-- | sysutils/dbus/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/dbus/Makefile b/sysutils/dbus/Makefile index 5765dfbace1..123eaf103cb 100644 --- a/sysutils/dbus/Makefile +++ b/sysutils/dbus/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.90 2015/11/06 09:25:17 wiz Exp $ +# $NetBSD: Makefile,v 1.91 2015/11/07 21:33:32 asau Exp $ DISTNAME= dbus-1.10.2 CATEGORIES= sysutils @@ -12,6 +12,8 @@ LICENSE= gnu-gpl-v2 CONFLICTS+= dbus-glib<0.71 CONFLICTS+= py27-dbus<0.71 +BUILD_DEPENDS+= docbook-xsl>=0:../../textproc/docbook-xsl + GNU_CONFIGURE= YES USE_TOOLS+= gmake msgfmt pkg-config USE_LIBTOOL= YES |