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 | 643a47888ce7bd76ad79471d1e6cba534d5aa768 (patch) | |
tree | 16d62705cf2c2c601aa73c9e7a8830fe6eb1d0d5 | |
parent | 7c2e0dfbbe02f19f0d3464437832ae3ed1d1933e (diff) | |
download | pkgsrc-643a47888ce7bd76ad79471d1e6cba534d5aa768.tar.gz |
devel/dconf: USE_TOOLS+= msgfmt
-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 |