aboutsummaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2021-10-01 17:26:03 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2021-10-01 17:27:10 +0000
commit289e2a57548d3bc53ded653d1f63decaeaa6e28b (patch)
treed45ddf1c7964f50957005619dfd64fc98c2bb8fb /textproc
parent63a23cd02cc10257d5141dfdd52bd3b61de7fbd4 (diff)
downloadports-289e2a57548d3bc53ded653d1f63decaeaa6e28b.tar.gz
ports-289e2a57548d3bc53ded653d1f63decaeaa6e28b.zip
textproc/groff: enforce iconv from ports
groff silently links to iconv from ports, declare properly the dependency
Diffstat (limited to 'textproc')
-rw-r--r--textproc/groff/Makefile4
1 files 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 \