diff options
author | rillig <rillig@pkgsrc.org> | 2007-12-02 08:32:23 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2007-12-02 08:32:23 +0000 |
commit | f338d15c2455aef74c106f0ca145983344eab90d (patch) | |
tree | bfd46524f45d2cc9e2ed602dc026ec5fb4800ff5 /news | |
parent | 8a439171451ec097e47403c9542494202e0049d2 (diff) | |
download | pkgsrc-f338d15c2455aef74c106f0ca145983344eab90d.tar.gz |
Some more packages need lex and yacc. Patch by Aleksey Cheusov on
pkgsrc-users.
Diffstat (limited to 'news')
-rw-r--r-- | news/trn/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/news/trn/Makefile b/news/trn/Makefile index 49bb1187bd7..f4b5a139f43 100644 --- a/news/trn/Makefile +++ b/news/trn/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2007/02/22 19:27:02 wiz Exp $ +# $NetBSD: Makefile,v 1.29 2007/12/02 08:32:25 rillig Exp $ DISTNAME= trn-4.0-test76 PKGNAME= trn-4.76 @@ -27,7 +27,7 @@ HAS_CONFIGURE= yes CONFIGURE_SCRIPT= ./Configure CONFIGURE_ENV+= PREFIX=${PREFIX:Q} USE_TOOLS+= awk basename cat cp diff echo egrep expr grep mkdir mv -USE_TOOLS+= perl:run rm sed tail tr +USE_TOOLS+= perl:run rm sed tail tr yacc CONFIGURE_ENV+= TOOLS_AWK=${TOOLS_AWK:Q} CONFIGURE_ENV+= TOOLS_BASENAME=${TOOLS_BASENAME:Q} CONFIGURE_ENV+= TOOLS_CAT=${TOOLS_CAT:Q} |