diff options
Diffstat (limited to 'var')
-rw-r--r-- | var/spack/repos/builtin/packages/asciidoc/package.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/asciidoc/package.py b/var/spack/repos/builtin/packages/asciidoc/package.py index 72ab85c947..89aff06282 100644 --- a/var/spack/repos/builtin/packages/asciidoc/package.py +++ b/var/spack/repos/builtin/packages/asciidoc/package.py @@ -30,6 +30,9 @@ class Asciidoc(AutotoolsPackage): depends_on('docbook-xsl', type=('build', 'run')) depends_on('python@2.3.0:2.7', when='@:8.6.9', type=('build', 'run')) depends_on('python@3.5:', when='@9.0.2:', type=('build', 'run')) + depends_on('autoconf', type='build') + depends_on('automake', type='build') + depends_on('libtool', type='build') @when('@:8.6.9') def install(self, spec, prefix): |