wok-4.x rev 10348
gawk: Add BUILD_DEPENDS back so gawk will be build after gcc is with tazwok.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sun May 22 15:20:47 2011 +0000 (2011-05-22) |
parents | d4594df2a25b |
children | 792e9cc73756 |
files | gawk/receipt |
line diff
1.1 --- a/gawk/receipt Sun May 22 14:35:15 2011 +0000 1.2 +++ b/gawk/receipt Sun May 22 15:20:47 2011 +0000 1.3 @@ -9,6 +9,9 @@ 1.4 WEB_SITE="http://www.gnu.org/software/gawk/" 1.5 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" 1.6 1.7 +DEPENDS="" 1.8 +BUILD_DEPENDS="gcc" 1.9 + 1.10 # Rules to compile & install the temporary toolchain. 1.11 cook_tmp_toolchain() 1.12 {