autoconf: fix empty manpages
Need help2man as a hostmakedepends to build those
This commit is contained in:
parent
d37a3a6c1a
commit
83ee0c58cb
1 changed files with 2 additions and 2 deletions
|
@ -1,10 +1,10 @@
|
|||
# Template file for 'autoconf'
|
||||
pkgname=autoconf
|
||||
version=2.69
|
||||
revision=7
|
||||
revision=8
|
||||
archs=noarch
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="perl m4"
|
||||
hostmakedepends="perl m4 help2man"
|
||||
depends="virtual?awk m4 perl"
|
||||
short_desc="Generates automatic source code configuration scripts"
|
||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||
|
|
Loading…
Reference in a new issue