mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 04:57:45 +00:00
Ports/gettext: Update formatting to be consistent with other ports
This commit is contained in:
parent
07075ac0c2
commit
b91cd56a53
1 changed files with 7 additions and 2 deletions
|
@ -5,9 +5,14 @@ useconfigure='true'
|
||||||
files=(
|
files=(
|
||||||
"https://ftpmirror.gnu.org/gettext/gettext-${version}.tar.gz e8c3650e1d8cee875c4f355642382c1df83058bd5a11ee8555c0cf276d646d45"
|
"https://ftpmirror.gnu.org/gettext/gettext-${version}.tar.gz e8c3650e1d8cee875c4f355642382c1df83058bd5a11ee8555c0cf276d646d45"
|
||||||
)
|
)
|
||||||
depends=("libiconv")
|
depends=(
|
||||||
|
'libiconv'
|
||||||
|
)
|
||||||
use_fresh_config_sub='true'
|
use_fresh_config_sub='true'
|
||||||
config_sub_paths=("build-aux/config.sub" "libtextstyle/build-aux/config.sub")
|
config_sub_paths=(
|
||||||
|
'build-aux/config.sub'
|
||||||
|
'libtextstyle/build-aux/config.sub'
|
||||||
|
)
|
||||||
configopts=(
|
configopts=(
|
||||||
'--disable-curses'
|
'--disable-curses'
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue