From e52cc554bb8676acda19bfea616815a9bb7af6b4 Mon Sep 17 00:00:00 2001 From: Andrea D'Amore Date: Tue, 25 May 2021 01:03:34 +0200 Subject: [PATCH] groff: obtain devpdf fonts from ghostscript cfr. https://lists.gnu.org/archive/html/groff/2019-02/msg00080.html --- srcpkgs/groff/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/groff/template b/srcpkgs/groff/template index e58613b4c638..88923c6874b5 100644 --- a/srcpkgs/groff/template +++ b/srcpkgs/groff/template @@ -1,10 +1,10 @@ # Template file for 'groff' pkgname=groff version=1.22.4 -revision=2 +revision=3 build_style=gnu-configure configure_args="--without-x --disable-rpath" -hostmakedepends="texinfo perl bison" +hostmakedepends="texinfo perl bison ghostscript" makedepends="zlib-devel" short_desc="GNU troff text-formatting system" maintainer="Enno Boland "