diff options
author | marino <marino@pkgsrc.org> | 2012-12-14 23:35:19 +0000 |
---|---|---|
committer | marino <marino@pkgsrc.org> | 2012-12-14 23:35:19 +0000 |
commit | d55530b897224c1f2da652d3d521e300b8bddf47 (patch) | |
tree | 16d62705cf2c2c601aa73c9e7a8830fe6eb1d0d5 /devel/dconf | |
parent | 99d6b4d8d7337fa3343e99d0ce1a8b6de74bfc26 (diff) | |
download | pkgsrc-d55530b897224c1f2da652d3d521e300b8bddf47.tar.gz |
devel/dconf: USE_TOOLS+= msgfmt
Diffstat (limited to 'devel/dconf')
-rw-r--r-- | devel/dconf/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/dconf/Makefile b/devel/dconf/Makefile index d765dfced40..82527af3004 100644 --- a/devel/dconf/Makefile +++ b/devel/dconf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2012/11/06 18:51:46 drochner Exp $ +# $NetBSD: Makefile,v 1.15 2012/12/14 23:35:19 marino Exp $ # # Attention: Update this only together with devel/dconf-editor # @@ -16,7 +16,7 @@ LICENSE= gnu-lgpl-v2.1 GNU_CONFIGURE= yes CONFIGURE_ARGS+= --disable-editor USE_LIBTOOL= yes -USE_TOOLS+= pkg-config gmake intltool +USE_TOOLS+= pkg-config gmake intltool msgfmt PKGCONFIG_OVERRIDE+= client/dconf.pc.in dbus-1/dconf-dbus-1.pc.in |