From 6a22aa2336318447b0484a3d3ad215ead47a3017 Mon Sep 17 00:00:00 2001 From: jperkin Date: Wed, 12 Sep 2012 11:28:48 +0000 Subject: [PATCH] USE_TOOLS+= xgettext --- net/avahi/Makefile | 4 ++-- security/libgnome-keyring/Makefile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/net/avahi/Makefile b/net/avahi/Makefile index 4a5aaf2939a7..24c53ef6adaa 100644 --- a/net/avahi/Makefile +++ b/net/avahi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2012/09/07 19:17:18 adam Exp $ +# $NetBSD: Makefile,v 1.34 2012/09/12 11:28:48 jperkin Exp $ DISTNAME= avahi-0.6.31 PKGREVISION= 2 @@ -16,7 +16,7 @@ GNU_CONFIGURE= YES USE_LIBTOOL= YES USE_PKGINSTALL= YES USE_PKGLOCALEDIR= YES -USE_TOOLS+= pkg-config gmake intltool msgfmt +USE_TOOLS+= pkg-config gmake intltool msgfmt xgettext MAKE_JOBS_SAFE= no PKGCONFIG_OVERRIDE+= avahi-client.pc.in diff --git a/security/libgnome-keyring/Makefile b/security/libgnome-keyring/Makefile index 27b41b6f3873..06118feeffab 100644 --- a/security/libgnome-keyring/Makefile +++ b/security/libgnome-keyring/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2012/07/28 21:48:17 reed Exp $ +# $NetBSD: Makefile,v 1.10 2012/09/12 11:29:23 jperkin Exp $ # DISTNAME= libgnome-keyring-3.4.1 @@ -14,7 +14,7 @@ CONFLICTS+= gnome-keyring<2.30 PKG_DESTDIR_SUPPORT= user-destdir -USE_TOOLS+= gmake intltool msgfmt pkg-config +USE_TOOLS+= gmake intltool msgfmt pkg-config xgettext GNU_CONFIGURE= YES USE_LIBTOOL= YES