shmcat: use Formula[]
This commit is contained in:
parent
76e4e2136d
commit
d6b7008c7b
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ class Shmcat < Formula
|
|||
]
|
||||
args << "--disable-ftok" unless build.include? 'with-ftok'
|
||||
if build.include? 'with-nls'
|
||||
gettext = Formula.factory('gettext')
|
||||
gettext = Formula['gettext']
|
||||
args << "--with-libintl-prefix=#{gettext.include}"
|
||||
else
|
||||
args << "--disable-nls"
|
||||
|
|
Loading…
Reference in a new issue