From a5ff07eaae033087ea9a09baacaa509be22640a7 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..dfe70128e521 100644 --- a/srcpkgs/groff/template +++ b/srcpkgs/groff/template @@ -1,11 +1,11 @@ # 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" -makedepends="zlib-devel" +makedepends="zlib-devel ghostscript" short_desc="GNU troff text-formatting system" maintainer="Enno Boland " license="GPL-3.0-or-later"