diff options
author | joerg <joerg@pkgsrc.org> | 2006-06-22 14:18:22 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-06-22 14:18:22 +0000 |
commit | 0779c3279f97511fad1e411e44dcdc3db9c44d02 (patch) | |
tree | 0dd2d9285786809445dd0b7983e0ce86387ccec7 /www | |
parent | fe5715d9eeeb3715598d2567d59cafa34705ea0c (diff) | |
download | pkgsrc-0779c3279f97511fad1e411e44dcdc3db9c44d02.tar.gz |
Needs msgfmt.
Diffstat (limited to 'www')
-rw-r--r-- | www/drivel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/drivel/Makefile b/www/drivel/Makefile index 9ba2fcf6e41..4e9a77ba51f 100644 --- a/www/drivel/Makefile +++ b/www/drivel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2006/04/17 13:46:51 wiz Exp $ +# $NetBSD: Makefile,v 1.31 2006/06/22 14:18:22 joerg Exp $ # DISTNAME= drivel-2.0.2 @@ -13,7 +13,7 @@ COMMENT= LiveJournal client for the GNOME Desktop GNU_CONFIGURE= YES USE_DIRS+= gnome2-1.5 -USE_TOOLS+= gmake pkg-config +USE_TOOLS+= gmake pkg-config msgfmt USE_PKGLOCALEDIR= YES GCONF2_SCHEMAS= drivel.schemas |