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 | 697af2476c4646bcbb99c3b59775fc482fd9d2e6 (patch) | |
tree | 30ca62e3b51addbeb52279b4978f038ea331cab1 /news/tin/Makefile | |
parent | 660012fe1fff4f16bfceb25cbfc3589ef0cfd743 (diff) | |
download | pkgsrc-697af2476c4646bcbb99c3b59775fc482fd9d2e6.tar.gz |
Add msgfmt to tools, for DragonFly.
Diffstat (limited to 'news/tin/Makefile')
-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 |