diff options
author | prlw1 <prlw1@pkgsrc.org> | 2017-10-15 22:31:01 +0000 |
---|---|---|
committer | prlw1 <prlw1@pkgsrc.org> | 2017-10-15 22:31:01 +0000 |
commit | dc19e1efa29f6931569f517da775ff34b4e724d7 (patch) | |
tree | 5ad1e23e5c8f34e441b2cff3664a986e5739fd7b /net | |
parent | b2388283b844acaa7dc436d71cd6a1f825f1d614 (diff) | |
download | pkgsrc-dc19e1efa29f6931569f517da775ff34b4e724d7.tar.gz |
Put gdbus-codgen back into operation
- Revert "Move gdbus-codegen users to py-glib2-tools by including
glib2/buildtools.mk" 1f764df
- while here change to TOOL_DEPENDS
- switch from py-glib2-tools to glib2-tools
Diffstat (limited to 'net')
-rw-r--r-- | net/gnome-online-accounts/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/gnome-online-accounts/Makefile b/net/gnome-online-accounts/Makefile index 1e4ff7fcab8..778bf1b86f7 100644 --- a/net/gnome-online-accounts/Makefile +++ b/net/gnome-online-accounts/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2017/10/13 16:36:03 prlw1 Exp $ +# $NetBSD: Makefile,v 1.15 2017/10/15 22:31:02 prlw1 Exp $ DISTNAME= gnome-online-accounts-3.16.3 PKGREVISION= 11 @@ -12,6 +12,7 @@ COMMENT= Service that allows online accounts to be used with GNOME LICENSE= gnu-gpl-v2 BUILD_DEPENDS+= gtk-doc>=1.3:../../textproc/gtk-doc +TOOL_DEPENDS+= gdbus-codegen-[0-9]*:../../devel/gdbus-codegen GNU_CONFIGURE= yes USE_LIBTOOL= yes @@ -20,7 +21,6 @@ USE_TOOLS+= gmake intltool pkg-config msgfmt .include "../../chat/telepathy-glib/buildlink3.mk" .include "../../devel/glib2/buildlink3.mk" -.include "../../devel/glib2/buildtools.mk" .include "../../devel/glib2/schemas.mk" .include "../../devel/gobject-introspection/buildlink3.mk" .include "../../graphics/hicolor-icon-theme/buildlink3.mk" |