groff: obtain devpdf fonts from ghostscript

cfr. https://lists.gnu.org/archive/html/groff/2019-02/msg00080.html
This commit is contained in:
Andrea D'Amore 2021-05-25 01:03:34 +02:00 committed by Érico Nogueira Rolim
parent 15547d110d
commit 10985815eb
1 changed files with 2 additions and 2 deletions

View File

@ -1,10 +1,10 @@
# Template file for 'groff' # Template file for 'groff'
pkgname=groff pkgname=groff
version=1.22.4 version=1.22.4
revision=2 revision=3
build_style=gnu-configure build_style=gnu-configure
configure_args="--without-x --disable-rpath" configure_args="--without-x --disable-rpath"
hostmakedepends="texinfo perl bison" hostmakedepends="texinfo perl bison ghostscript"
makedepends="zlib-devel" makedepends="zlib-devel"
short_desc="GNU troff text-formatting system" short_desc="GNU troff text-formatting system"
maintainer="Enno Boland <gottox@voidlinux.org>" maintainer="Enno Boland <gottox@voidlinux.org>"