man-db: also build groff which is required at run-time.
This commit is contained in:
parent
b33dbe6edf
commit
86e5b2c20d
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ configure_args="--with-db=gdbm --with-pager=less --with-gzip=/usr/bin/gzip
|
|||
--with-lzma=/usr/bin/lzma --with-xz=/usr/bin/xz --disable-setuid
|
||||
--without-included-regex --enable-automatic-create"
|
||||
hostmakedepends="pkg-config groff"
|
||||
makedepends="gdbm-devel zlib-devel libpipeline-devel"
|
||||
makedepends="gdbm-devel zlib-devel libpipeline-devel groff"
|
||||
depends="bzip2 gzip less groff grep coreutils"
|
||||
conf_files="/etc/man_db.conf"
|
||||
short_desc="The on-line manual database"
|
||||
|
|
Loading…
Reference in a new issue