gutenprint: add perl to hostmakedepends to fix #10025
Autoconf requires a perl during build to detect path to interpreter and to set @PERL@ in scripts. Closes: #10354 [via git-merge-pr]
This commit is contained in:
parent
d3256d7466
commit
4e56a61174
1 changed files with 2 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
|||
# Template file for 'gutenprint'
|
||||
pkgname=gutenprint
|
||||
version=5.2.13
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="ghostscript"
|
||||
hostmakedepends="ghostscript perl"
|
||||
makedepends="cups-devel"
|
||||
short_desc="Top quality printer drivers for POSIX systems"
|
||||
maintainer="Anachron <Anachron14@gmx.de>"
|
||||
|
|
Loading…
Reference in a new issue