diff options
author | joerg <joerg@pkgsrc.org> | 2006-06-16 14:16:54 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-06-16 14:16:54 +0000 |
commit | d6b96673af0710f7a5d703391c9137a5b71056ac (patch) | |
tree | a67392067857b4a232653b28f0cd6b56f179095e /time | |
parent | a11b35e2f4c5ac433376cd986ccff7496362d581 (diff) | |
download | pkgsrc-d6b96673af0710f7a5d703391c9137a5b71056ac.tar.gz |
Needs msgfmt.
Diffstat (limited to 'time')
-rw-r--r-- | time/gtodo/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/time/gtodo/Makefile b/time/gtodo/Makefile index 0c4a575450e..63fd8d3c76f 100644 --- a/time/gtodo/Makefile +++ b/time/gtodo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2006/04/17 13:46:49 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2006/06/16 14:21:38 joerg Exp $ # DISTNAME= gtodo-0.14 @@ -12,7 +12,7 @@ COMMENT= To-do list manager for the GNOME desktop GNU_CONFIGURE= YES USE_DIRS+= xdg-1.1 -USE_TOOLS+= gmake pkg-config +USE_TOOLS+= gmake pkg-config msgfmt USE_PKGLOCALEDIR= YES GCONF2_SCHEMAS= gtodo.schemas |