From 86e5b2c20d1085aa07818ed51eacc92289a80a6a Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 21 Jan 2014 22:51:39 +0100 Subject: [PATCH] man-db: also build groff which is required at run-time. --- srcpkgs/man-db/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/man-db/template b/srcpkgs/man-db/template index 3bf97a66e0..f3fe023786 100644 --- a/srcpkgs/man-db/template +++ b/srcpkgs/man-db/template @@ -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"