mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-27 07:52:55 +02:00
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'
|
# Template file for 'autoconf'
|
||||||
pkgname=autoconf
|
pkgname=autoconf
|
||||||
version=2.69
|
version=2.69
|
||||||
revision=7
|
revision=8
|
||||||
archs=noarch
|
archs=noarch
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="perl m4"
|
hostmakedepends="perl m4 help2man"
|
||||||
depends="virtual?awk m4 perl"
|
depends="virtual?awk m4 perl"
|
||||||
short_desc="Generates automatic source code configuration scripts"
|
short_desc="Generates automatic source code configuration scripts"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||||
|
|
Loading…
Add table
Reference in a new issue