git: 289e2a57548d - main - textproc/groff: enforce iconv from ports

Baptiste Daroussin bapt at FreeBSD.org
Fri Oct 1 17:27:14 UTC 2021


The branch main has been updated by bapt:

URL: https://cgit.FreeBSD.org/ports/commit/?id=289e2a57548d3bc53ded653d1f63decaeaa6e28b

commit 289e2a57548d3bc53ded653d1f63decaeaa6e28b
Author:     Baptiste Daroussin <bapt at FreeBSD.org>
AuthorDate: 2021-10-01 17:26:03 +0000
Commit:     Baptiste Daroussin <bapt at 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 \


More information about the dev-commits-ports-all mailing list