Merge pull request #5139 from diogoleal/fix_groff_fish
fish: add groff runtime dependency.
This commit is contained in:
commit
8729f0390a
|
@ -6,7 +6,7 @@ build_style=gnu-configure
|
|||
configure_args="ac_cv_file__proc_self_stat=yes"
|
||||
hostmakedepends="automake libtool"
|
||||
makedepends="ncurses-devel"
|
||||
depends="bc"
|
||||
depends="bc groff"
|
||||
register_shell="/usr/bin/fish"
|
||||
conf_files="/etc/fish/config.fish"
|
||||
wrksrc="fish-${version}"
|
||||
|
|
Loading…
Reference in New Issue