diff options
author | joerg <joerg@pkgsrc.org> | 2006-06-21 23:46:31 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-06-21 23:46:31 +0000 |
commit | 9f86f677cf7002702ab7f09e1ada5aa16c258ca5 (patch) | |
tree | 1eae3db27bc6df324985f73fb280f6004ee3b348 /www | |
parent | b8513dceaf22c9db934309b252ae5df00f9fc943 (diff) | |
download | pkgsrc-9f86f677cf7002702ab7f09e1ada5aa16c258ca5.tar.gz |
Needs msgfmt.
Diffstat (limited to 'www')
-rw-r--r-- | www/liferea/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/liferea/Makefile b/www/liferea/Makefile index 09f0c498d1c..5bab06ec293 100644 --- a/www/liferea/Makefile +++ b/www/liferea/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.39 2006/05/10 16:38:48 drochner Exp $ +# $NetBSD: Makefile,v 1.40 2006/06/21 23:46:31 joerg Exp $ DISTNAME= liferea-1.0.12 CATEGORIES= www @@ -10,7 +10,7 @@ COMMENT= Simple FeedReader clone for reading RSS/RDF feeds GNU_CONFIGURE= yes USE_DIRS+= xdg-1.1 -USE_TOOLS+= gmake pkg-config +USE_TOOLS+= gmake pkg-config msgfmt USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes |