diff options
author | wiz <wiz@pkgsrc.org> | 2009-08-23 16:49:54 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-08-23 16:49:54 +0000 |
commit | 4943570f6893d88a3ef693a91aeac73eb76a4cd3 (patch) | |
tree | 30ca62e3b51addbeb52279b4978f038ea331cab1 /news | |
parent | edf53a7a1f099756b6210db131f501af1f001fb9 (diff) | |
download | pkgsrc-4943570f6893d88a3ef693a91aeac73eb76a4cd3.tar.gz |
Add msgfmt to tools, for DragonFly.
Diffstat (limited to 'news')
-rw-r--r-- | news/tin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/news/tin/Makefile b/news/tin/Makefile index 38894a1ec6c..56f599a75d8 100644 --- a/news/tin/Makefile +++ b/news/tin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.41 2009/07/22 10:00:17 wiz Exp $ +# $NetBSD: Makefile,v 1.42 2009/08/23 16:49:54 wiz Exp $ # DISTNAME= tin-1.9.4 @@ -24,7 +24,7 @@ INSTALLATION_DIRS= share/doc/tin PKG_DESTDIR_SUPPORT= user-destdir # for tinews.pl -USE_TOOLS+= perl:run yacc +USE_TOOLS+= msgfmt perl:run yacc REPLACE_PERL= tools/*.pl BUILD_TARGET= build |