Add ncurses as zsh dependency (#3991)

zsh build will fail with 
configure: error: "No terminal handling library was found on your system."
if ncurses is not found.
This commit is contained in:
jadoro 2017-04-26 14:53:58 +02:00 committed by Adam J. Stewart
parent e6efb1aa21
commit eba21b86bd

View file

@ -37,3 +37,4 @@ class Zsh(AutotoolsPackage):
version('5.1.1', checksum='8ba28a9ef82e40c3a271602f18343b2f')
depends_on("pcre")
depends_on("ncurses")