breakdancer: missing ncurses dependency. (#13011)
This commit is contained in:
parent
d238b9d394
commit
7d9514d3fa
1 changed files with 2 additions and 0 deletions
|
@ -28,6 +28,8 @@ class Breakdancer(CMakePackage):
|
|||
|
||||
depends_on('zlib')
|
||||
|
||||
depends_on('ncurses', type='link')
|
||||
|
||||
depends_on('perl-statistics-descriptive', type='run')
|
||||
depends_on('perl-math-cdf', type='run')
|
||||
depends_on('perl-gd-graph', type='run')
|
||||
|
|
Loading…
Reference in a new issue