forked from Mirror/pmbootstrap
pmb aportgen binutils: add texinfo to makedepends (!1901)
The current version of binutils does not build anymore without texinfo. Related: #1894 Related: pmaports!1114
This commit is contained in:
parent
11c36fcf65
commit
9d17ed29e3
2 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,7 @@ def generate(args, pkgname):
|
|||
"arch": " ".join(arches),
|
||||
"makedepends_build": "",
|
||||
"makedepends_host": "",
|
||||
"makedepends": "gettext libtool autoconf automake bison",
|
||||
"makedepends": "gettext libtool autoconf automake bison texinfo",
|
||||
"subpackages": "",
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue