diff options
author | dholland <dholland@pkgsrc.org> | 2012-12-30 04:18:22 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2012-12-30 04:18:22 +0000 |
commit | 86d7293cd76ed24e75c268f48728d82ea0507d3d (patch) | |
tree | 334032ec491203da4d1c5f839029e6764ffda877 | |
parent | 526763b89484f6c8133817b387f89369a2fa3b2f (diff) | |
download | pkgsrc-86d7293cd76ed24e75c268f48728d82ea0507d3d.tar.gz |
Needs msgfmt, seen in today's Linux build.
-rw-r--r-- | devel/dconf-editor/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/dconf-editor/Makefile b/devel/dconf-editor/Makefile index eda3f1fdea0..32601134e92 100644 --- a/devel/dconf-editor/Makefile +++ b/devel/dconf-editor/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2012/11/06 18:52:24 drochner Exp $ +# $NetBSD: Makefile,v 1.17 2012/12/30 04:18:22 dholland Exp $ # DISTNAME= dconf-0.14.1 @@ -18,7 +18,7 @@ PATCHDIR= ${.CURDIR}/../../devel/dconf/patches GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-editor USE_LIBTOOL= yes -USE_TOOLS+= pkg-config gmake intltool +USE_TOOLS+= pkg-config gmake intltool msgfmt BUILD_DIRS= editor INSTALL_DIRS= editor |