diff options
author | Eric <erimar77@users.noreply.github.com> | 2018-05-09 13:10:36 -0500 |
---|---|---|
committer | Adam J. Stewart <ajstewart426@gmail.com> | 2018-05-09 13:10:36 -0500 |
commit | ef731cc5115d8336881cf19576362f772921d3c8 (patch) | |
tree | 9e9f49ed9cc2d6677b0c21fc5ffe3cd4af23c51f | |
parent | 7dfc0278e7c828a96ac6592869edd2d8fb99695b (diff) | |
download | spack-ef731cc5115d8336881cf19576362f772921d3c8.tar.gz spack-ef731cc5115d8336881cf19576362f772921d3c8.tar.bz2 spack-ef731cc5115d8336881cf19576362f772921d3c8.tar.xz spack-ef731cc5115d8336881cf19576362f772921d3c8.zip |
perl-extutils-pkgconfig: Add pkg-config dependency (#8045)
* perl-extutils-pkgconfig: Add pkg-config dependency
* perl-extutils-pkgconfig: fix build dependency
* perl-extutils-pkgconfig: fix build dependency
-rw-r--r-- | var/spack/repos/builtin/packages/perl-extutils-pkgconfig/package.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/perl-extutils-pkgconfig/package.py b/var/spack/repos/builtin/packages/perl-extutils-pkgconfig/package.py index c383966440..50cbd959e1 100644 --- a/var/spack/repos/builtin/packages/perl-extutils-pkgconfig/package.py +++ b/var/spack/repos/builtin/packages/perl-extutils-pkgconfig/package.py @@ -32,3 +32,5 @@ class PerlExtutilsPkgconfig(PerlPackage): url = "http://search.cpan.org/CPAN/authors/id/X/XA/XAOC/ExtUtils-PkgConfig-1.16.tar.gz" version('1.16', 'b86318f2b6ac6af3ee985299e1e38fe5') + + depends_on('pkg-config', type=('build', 'run')) |