diff options
author | minskim <minskim> | 2006-06-20 22:19:38 +0000 |
---|---|---|
committer | minskim <minskim> | 2006-06-20 22:19:38 +0000 |
commit | 9f43153b41dd3c9b62ff373d60d33fcfffae8dc7 (patch) | |
tree | a7212dacd9ae1b5211156ebc8a9e43ced894ef3c /news | |
parent | 50952146831d8e3662cbbd16adc394d13b3c8e56 (diff) | |
download | pkgsrc-9f43153b41dd3c9b62ff373d60d33fcfffae8dc7.tar.gz |
USE_TOOLS+=yacc
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 f8aea43e351..503c5456e0c 100644 --- a/news/tin/Makefile +++ b/news/tin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2006/04/22 09:22:13 rillig Exp $ +# $NetBSD: Makefile,v 1.28 2006/06/20 22:20:49 minskim Exp $ # DISTNAME= tin-1.8.1 @@ -22,7 +22,7 @@ RESTRICTED= Profit from use, sale, trade, or reproduction disallowed GNU_CONFIGURE= yes USE_PKGLOCALEDIR=yes # for tinews.pl -USE_TOOLS+= perl:run +USE_TOOLS+= perl:run yacc REPLACE_PERL= tools/tinews.pl BUILD_TARGET= build |