Add missing gettext dependency to watch (#13160)

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

View File

@ -24,6 +24,7 @@ class Watch(AutotoolsPackage):
depends_on('libtool', type='build')
depends_on('m4', type='build')
depends_on('pkgconfig@0.9.0:', type='build')
depends_on('gettext', type='build')
depends_on('ncurses')
# https://github.com/Homebrew/homebrew-core/blob/master/Formula/watch.rb