diff options
author | joerg <joerg@pkgsrc.org> | 2015-09-17 17:12:38 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2015-09-17 17:12:38 +0000 |
commit | 3393d73b37a7f65e03c67ea4b67709af67af0df5 (patch) | |
tree | a280207e331446879382549d91d4b0aa86696e00 /net | |
parent | eb982e03a6cc383f15b6c66fac983678b321b095 (diff) | |
download | pkgsrc-3393d73b37a7f65e03c67ea4b67709af67af0df5.tar.gz |
Needs msgfmt.
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 29f11176697..646f5ff7e1f 100644 --- a/net/gnome-online-accounts/Makefile +++ b/net/gnome-online-accounts/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2015/07/12 00:46:43 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2015/09/17 17:12:38 joerg Exp $ DISTNAME= gnome-online-accounts-3.16.3 CATEGORIES= net devel @@ -16,7 +16,7 @@ BUILD_DEPENDS+= gdbus-codegen-[0-9]*:../../devel/gdbus-codegen GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes -USE_TOOLS+= gmake intltool pkg-config +USE_TOOLS+= gmake intltool pkg-config msgfmt .include "../../chat/telepathy-glib/buildlink3.mk" .include "../../devel/glib2/buildlink3.mk" |