Skip to content

Commit

Permalink
bash: update gettext deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jmroot authored and raimue committed Feb 1, 2024
1 parent bd69f57 commit 49511ba
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions shells/bash/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -234,11 +234,12 @@ if {${subport} eq ${name}} {
patchfiles-append patch-configure.diff
}

depends_build bin:bison:bison
depends_build bin:bison:bison \
port:gettext
# ar: internal ranlib command failed
depends_build-append port:cctools

depends_lib port:gettext \
depends_lib port:gettext-runtime \
port:ncurses

variant universal {}
Expand Down

0 comments on commit 49511ba

Please sign in to comment.