diff options
author | prlw1 <prlw1@pkgsrc.org> | 2013-05-30 09:02:36 +0000 |
---|---|---|
committer | prlw1 <prlw1@pkgsrc.org> | 2013-05-30 09:02:36 +0000 |
commit | 18381a99728ea9472f5a8433475a126704a6db11 (patch) | |
tree | cf68254fb6a7e3d7c32df0953253a33d6589cdf4 /devel | |
parent | de841903f7e8cad9737836cac9a2765f3847e065 (diff) | |
download | pkgsrc-18381a99728ea9472f5a8433475a126704a6db11.tar.gz |
Since 0.15.2, dconf needs gdbus-codegen to build.
Thanks to joerg@ for report.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/dconf/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/dconf/Makefile b/devel/dconf/Makefile index 6b0c3e8fcda..b0868f4b92a 100644 --- a/devel/dconf/Makefile +++ b/devel/dconf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2013/05/27 18:17:11 prlw1 Exp $ +# $NetBSD: Makefile,v 1.18 2013/05/30 09:02:36 prlw1 Exp $ .include "Makefile.common" @@ -11,6 +11,7 @@ PKGCONFIG_OVERRIDE+= client/dconf.pc.in dbus-1/dconf-dbus-1.pc.in BUILDLINK_TRANSFORM+= rm:-ldl .endif +BUILD_DEPENDS+= gdbus-codegen-[0-9]*:../../devel/gdbus-codegen BUILD_DEPENDS+= libxslt-[0-9]*:../../textproc/libxslt BUILD_DEPENDS+= docbook-xsl-[0-9]*:../../textproc/docbook-xsl |