Add missing libiconv dependency to wget (#13161)

This commit is contained in:
Adam J. Stewart 2019-10-12 20:02:41 -05:00 committed by GitHub
parent 7a43817205
commit b18e4ad142
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,6 +43,7 @@ class Wget(AutotoolsPackage):
depends_on('perl@5.12.0:', type='build')
depends_on('pkgconfig', type='build')
depends_on('libiconv')
depends_on('valgrind', type='test')