From eb011d66afa2fd0eabb645eaf53254181996ba44 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 10 Feb 2015 10:06:10 +0100 Subject: [PATCH] sudo: groff is still required to not generate cat pages. --- srcpkgs/sudo/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/sudo/template b/srcpkgs/sudo/template index e3841711096..ba94d2fa7be 100644 --- a/srcpkgs/sudo/template +++ b/srcpkgs/sudo/template @@ -1,12 +1,13 @@ # Template build file for 'sudo'. pkgname=sudo version=1.8.12 -revision=1 +revision=2 lib32disabled=yes build_style=gnu-configure configure_args="--with-ignore-dot -with-all-insults --with-env-editor --enable-shell-sets-home --enable-noargs-shell --without-sendmail --with-logfac=auth --disable-root-mailer --enable-pie --with-mdoc" +hostmakedepends="groff" makedepends="zlib-devel pam-devel" conf_files="/etc/pam.d/sudo /etc/sudoers" short_desc="Allow others to run commands as root"