diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-07-07 07:57:26 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-07-07 07:57:26 +0000 |
commit | 05a00bd3b1689298d2ad59c797d43424c18ea855 (patch) | |
tree | 075227000c583b237b1a618f09757bf578ab476d /testing/crosstool-ng | |
parent | 07bf8e364133c4f12fea82006479a854ea94ed30 (diff) | |
download | aports-05a00bd3b1689298d2ad59c797d43424c18ea855.tar.bz2 aports-05a00bd3b1689298d2ad59c797d43424c18ea855.tar.xz |
testing/crosstools-ng: build fix. needs texinfo
Diffstat (limited to 'testing/crosstool-ng')
-rw-r--r-- | testing/crosstool-ng/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/crosstool-ng/APKBUILD b/testing/crosstool-ng/APKBUILD index 69a3df31e7..f1fd382bb4 100644 --- a/testing/crosstool-ng/APKBUILD +++ b/testing/crosstool-ng/APKBUILD @@ -6,7 +6,7 @@ pkgdesc="tool for building toolchains" url="http://ymorin.is-a-geek.org/projects/crosstool" license="GPL" arch="noarch" -depends="bash gawk bison flex automake autoconf libtool cvs sed" +depends="bash gawk bison flex automake autoconf libtool cvs sed texinfo" makedepends="ncurses-dev" install= subpackages="$pkgname-doc" |