man-db: add missing gdbm dependency (#9751)

This commit is contained in:
Matthias Diener 2018-11-13 09:41:43 -06:00 committed by Peter Scheibel
parent cc928481f8
commit 86b7e6abc3

View File

@ -22,6 +22,7 @@ class ManDb(AutotoolsPackage):
depends_on('gettext')
depends_on('libpipeline')
depends_on('flex')
depends_on('gdbm')
depends_on('groff', type=('build', 'link', 'run'))
# TODO: add gzip support via a new package.