Date: Fri, 1 Oct 2021 17:27:13 GMT From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 289e2a57548d - main - textproc/groff: enforce iconv from ports Message-ID: <202110011727.191HRDTu044928@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by bapt: URL: https://cgit.FreeBSD.org/ports/commit/?id=289e2a57548d3bc53ded653d1f63decaeaa6e28b commit 289e2a57548d3bc53ded653d1f63decaeaa6e28b Author: Baptiste Daroussin <bapt@FreeBSD.org> AuthorDate: 2021-10-01 17:26:03 +0000 Commit: Baptiste Daroussin <bapt@FreeBSD.org> CommitDate: 2021-10-01 17:27:10 +0000 textproc/groff: enforce iconv from ports groff silently links to iconv from ports, declare properly the dependency --- textproc/groff/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/textproc/groff/Makefile b/textproc/groff/Makefile index 3b43220ff469..4755a8da54ce 100644 --- a/textproc/groff/Makefile +++ b/textproc/groff/Makefile @@ -2,7 +2,7 @@ PORTNAME= groff PORTVERSION= 1.22.4 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= textproc MASTER_SITES= GNU @@ -18,7 +18,7 @@ RUN_DEPENDS:= psselect:print/psutils MAKE_JOBS_UNSAFE= yes -USES= cpe gmake perl5 makeinfo +USES= cpe gmake iconv:wchar_t perl5 makeinfo GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-urw-fonts-dir=${LOCALBASE}/share/ghostscript/fonts/ \ --with-awk=/usr/bin/awk \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202110011727.191HRDTu044928>