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 | 2422bc50c249b1ecd464e3292c79a302b848b3ba (patch) | |
tree | 1eae3db27bc6df324985f73fb280f6004ee3b348 | |
parent | 5519d96fae5a7913ea6a204da791d35fcd0209ff (diff) | |
download | pkgsrc-2422bc50c249b1ecd464e3292c79a302b848b3ba.tar.gz |
Needs msgfmt.
-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 |