diff options
author | hasso <hasso@pkgsrc.org> | 2009-05-02 08:57:52 +0000 |
---|---|---|
committer | hasso <hasso@pkgsrc.org> | 2009-05-02 08:57:52 +0000 |
commit | 8c8c4a5c40f274b7d7ca1e2d766746a064786663 (patch) | |
tree | aac2073b37193714b77fad7bb73991088f18f4ad /editors/tomboy | |
parent | 410893bfb20216a81ea4f18b5dbd89ff7a570fed (diff) | |
download | pkgsrc-8c8c4a5c40f274b7d7ca1e2d766746a064786663.tar.gz |
Needs msgfmt.
Diffstat (limited to 'editors/tomboy')
-rw-r--r-- | editors/tomboy/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/tomboy/Makefile b/editors/tomboy/Makefile index c9b4f5d6c41..c8030b3cc50 100644 --- a/editors/tomboy/Makefile +++ b/editors/tomboy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2009/03/25 22:37:12 he Exp $ +# $NetBSD: Makefile,v 1.6 2009/05/02 08:57:52 hasso Exp $ # DISTNAME= tomboy-0.12.2 @@ -13,7 +13,7 @@ COMMENT= Gnome desktop note application GNU_CONFIGURE= yes USE_DIRS= xdg-1.4 gnome2-1.6 USE_LIBTOOL= yes -USE_TOOLS+= gmake intltool pkg-config bash:run +USE_TOOLS+= gmake intltool pkg-config bash:run msgfmt CONFIGURE_ENV+= GCONF_SCHEMA_FILE_DIR=${PREFIX}/share/gconf/schemas/ MAKE_ENV+= GCONF_SCHEMA_FILE_DIR=${PREFIX}/share/gconf/schemas/ |