bridger: adding ncurses dep (#32103)
This commit is contained in:
parent
01e80210be
commit
a68ca0ead9
@ -19,6 +19,7 @@ class Bridger(MakefilePackage, SourceforgePackage):
|
|||||||
"2014-12-01", sha256="8fbec8603ea8ad2162cbd0c658e4e0a4af6453bdb53310b4b7e0d112e40b5737"
|
"2014-12-01", sha256="8fbec8603ea8ad2162cbd0c658e4e0a4af6453bdb53310b4b7e0d112e40b5737"
|
||||||
)
|
)
|
||||||
depends_on("boost + exception + filesystem + system + serialization + graph")
|
depends_on("boost + exception + filesystem + system + serialization + graph")
|
||||||
|
depends_on("ncurses~termlib")
|
||||||
depends_on("perl", type="run")
|
depends_on("perl", type="run")
|
||||||
|
|
||||||
def flag_handler(self, name, flags):
|
def flag_handler(self, name, flags):
|
||||||
|
Loading…
Reference in New Issue
Block a user