mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
help2man: remove gettext from hostmakdepends, it cycles
This commit is contained in:
parent
4f3cc98c58
commit
4944a72987
1 changed files with 3 additions and 1 deletions
|
@ -3,7 +3,9 @@ pkgname=help2man
|
||||||
version=1.49.2
|
version=1.49.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="perl-Locale-gettext gettext"
|
# no 'gettext' build dependency, it creates a cycle:
|
||||||
|
# automake -> autoconf -> help2man -> !gettext! -> automake
|
||||||
|
hostmakedepends="perl-Locale-gettext"
|
||||||
depends="perl-Locale-gettext"
|
depends="perl-Locale-gettext"
|
||||||
short_desc="GNU conversion tool to create man files"
|
short_desc="GNU conversion tool to create man files"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
|
|
Loading…
Add table
Reference in a new issue