Merge pull request #5139 from diogoleal/fix_groff_fish

fish: add groff runtime dependency.
This commit is contained in:
Jürgen Buchmüller 2016-11-30 12:31:37 +01:00 committed by GitHub
commit 8729f0390a
1 changed files with 1 additions and 1 deletions

View File

@ -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}"