bowtie: Add missing zlib dependency (#10984)

This commit is contained in:
Eric Martin 2019-03-22 05:17:16 -05:00 committed by Massimiliano Culpo
parent 133d4ca9ce
commit 46e0ad3269

View File

@ -38,6 +38,7 @@ class Bowtie(MakefilePackage):
variant('tbb', default=False, description='Use Intel thread building block')
depends_on('tbb', when='+tbb')
depends_on('zlib')
# See: https://github.com/BenLangmead/bowtie/issues/87, a
# different fix is in the FreeBSD ports/package tree