sudo: groff is still required to not generate cat pages.

This commit is contained in:
Juan RP 2015-02-10 10:06:10 +01:00
parent 72458d7f73
commit eb011d66af
1 changed files with 2 additions and 1 deletions

View File

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