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 | |
parent | a11b35e2f4c5ac433376cd986ccff7496362d581 (diff) | |
download | pkgsrc-d6b96673af0710f7a5d703391c9137a5b71056ac.tar.gz |
Needs msgfmt.
-rw-r--r-- | graphics/giram/Makefile | 4 | ||||
-rw-r--r-- | time/gtodo/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/graphics/giram/Makefile b/graphics/giram/Makefile index 6e66cf628cc..433f3147afe 100644 --- a/graphics/giram/Makefile +++ b/graphics/giram/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.48 2006/06/11 13:57:13 joerg Exp $ +# $NetBSD: Makefile,v 1.49 2006/06/16 14:16:54 joerg Exp $ # DISTNAME= giram-0.3.5 @@ -14,7 +14,7 @@ DEPENDS+= povray-[0-9]*:../../graphics/povray BUILD_DEPENDS+= bison-[0-9]*:../../devel/bison USE_PKGLOCALEDIR= YES -USE_TOOLS+= gmake pkg-config +USE_TOOLS+= gmake pkg-config msgfmt USE_LIBTOOL= YES GNU_CONFIGURE= YES 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 |