Add missing gettext dependency to watch (#13160)
This commit is contained in:
parent
6beb5da497
commit
7a43817205
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user