udunits2: Add build dependency on texinfo (#3383)
This commit is contained in:
parent
c1f8fbed34
commit
44b165461a
1 changed files with 1 additions and 0 deletions
|
@ -44,6 +44,7 @@ class Udunits2(AutotoolsPackage):
|
|||
depends_on('automake', type='build')
|
||||
depends_on('autoconf', type='build')
|
||||
depends_on('pkg-config', type='build')
|
||||
depends_on('texinfo', type='build')
|
||||
|
||||
def autoreconf(self, spec, prefix):
|
||||
# Work around autogen.sh oddities
|
||||
|
|
Loading…
Reference in a new issue