diff options
author | jperkin <jperkin@pkgsrc.org> | 2012-09-12 11:28:48 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2012-09-12 11:28:48 +0000 |
commit | 6a22aa2336318447b0484a3d3ad215ead47a3017 (patch) | |
tree | c77f7bedd53d53cb0b77ee7a39c39d7dfc5ae196 /security | |
parent | f9b91cca6288d16922285561caeffd554a33c826 (diff) | |
download | pkgsrc-6a22aa2336318447b0484a3d3ad215ead47a3017.tar.gz |
USE_TOOLS+= xgettext
Diffstat (limited to 'security')
-rw-r--r-- | security/libgnome-keyring/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/libgnome-keyring/Makefile b/security/libgnome-keyring/Makefile index 27b41b6f387..06118feeffa 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 |