1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00

textproc/groff: enforce iconv from ports

groff silently links to iconv from ports, declare properly the
dependency
This commit is contained in:
Baptiste Daroussin 2021-10-01 19:26:03 +02:00
parent 63a23cd02c
commit 289e2a5754

View File

@ -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 \